|
5 | 5 | <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 | <meta name="description" content="Extract CRX - Download and inspect source code for browser extensions. Supports Chrome, Firefox, Opera, and Edge."> |
| 8 | + |
| 9 | + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
| 10 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 11 | + |
| 12 | + <meta name="title" content="Extract CRX"> |
| 13 | + <meta name="description" content="Extract CRX - Download and inspect source code for browser extensions. Supports Chrome, Firefox, Opera, and Edge."> |
8 | 14 | <meta name="keywords" content="download CRX, download XPI, crx extractor, xpi extractor, unpack crx, crx to zip, xpi to zip, view extension code"> |
| 15 | + <meta name="author" content="Pro Bandey"> |
| 16 | + <meta name="robots" content="index, follow"> |
| 17 | + <meta name="language" content="English"> |
| 18 | + <meta name="theme-color" content="#f44234"> |
| 19 | + |
| 20 | + <meta property="og:type" content="website"> |
| 21 | + <meta property="og:url" content="https://MainRoute-Core.github.io/Extract-CRX/"> |
| 22 | + <meta property="og:title" content="Extract CRX"> |
| 23 | + <meta property="og:description" content="Extract CRX - Download and inspect source code for browser extensions. Supports Chrome, Firefox, Opera, and Edge."> |
| 24 | + <meta property="og:image" content="./icons/social-1.png"> |
| 25 | + <meta property="og:site_name" content="Extract CRX"> |
| 26 | + |
| 27 | + <meta name="twitter:card" content="summary_large_image"> |
| 28 | + <meta name="twitter:url" content="https://MainRoute-Core.github.io/Extract-CRX/"> |
| 29 | + <meta name="twitter:title" content="Extract CRX"> |
| 30 | + <meta name="twitter:description" content="Extract CRX - Download and inspect source code for browser extensions. Supports Chrome, Firefox, Opera, and Edge."> |
| 31 | + <meta name="twitter:image" content="./icons/social-1.png"> |
| 32 | + |
| 33 | + <meta name="application-name" content="Extract CRX"> |
| 34 | + <meta name="apple-mobile-web-app-title" content="Extract CRX"> |
| 35 | + <meta name="apple-mobile-web-app-capable" content="yes"> |
| 36 | + <meta name="apple-mobile-web-app-status-bar-style" content="default"> |
| 37 | + |
| 38 | + |
| 39 | + <script type="application/ld+json"> |
| 40 | + { |
| 41 | + "@context": "https://schema.org", |
| 42 | + "@type": "SoftwareApplication", |
| 43 | + "applicationCategory": "WebApplication", |
| 44 | + "operatingSystem": "Web Browser", |
| 45 | + "name": "Extract CRX", |
| 46 | + "url": "https://MainRoute-Core.github.io/Extract-CRX/", |
| 47 | + "description": "Extract CRX - Download and inspect source code for browser extensions. Supports Chrome, Firefox, Opera, and Edge..", |
| 48 | + "author": { |
| 49 | + "@type": "Person", |
| 50 | + "name": "Pro Bandey" |
| 51 | + }, |
| 52 | + "publisher": { |
| 53 | + "@type": "Person", |
| 54 | + "name": "PulisherName" |
| 55 | + } |
| 56 | + } |
| 57 | + </script> |
9 | 58 |
|
10 | 59 | <script> |
11 | | - if ('serviceWorker' in navigator) { |
12 | | - window.addEventListener('load', () => { navigator.serviceWorker.register('sw.js').catch(() => {}); }); |
| 60 | + if ('serviceWorker' in navigator) { |
| 61 | + window.addEventListener('load', () => { |
| 62 | + navigator.serviceWorker.register('./sw.js').then(reg => { console.log('Core Service Worker Active. Scope:', reg.scope); }).catch(err => { console.error('× Service Worker Registration Failed:', err); }); |
| 63 | + }); |
13 | 64 | } |
14 | 65 | </script> |
15 | 66 | <link rel="manifest" href="manifest.webmanifest"> |
16 | | - <link rel="canonical" href="https://mainroute-core.github.io/Extract-CRX"> |
| 67 | + <link rel="canonical" href="https://MainRoute-Core.github.io/Extract-CRX/"> |
17 | 68 | <link rel="shortcut icon" type="image/x-icon" sizes="any" href="favicon.ico"> |
18 | 69 | <link rel="icon" type="image/png" sizes="16x16" href="icons/16.png"> |
19 | 70 | <link rel="icon" type="image/png" sizes="32x32" href="icons/32.png"> |
| 71 | + <link rel="icon" type="image/png" sizes="48x48" href="icons/48.png"> |
| 72 | + <link rel="icon" type="image/png" sizes="64x64" href="icons/64.png"> |
| 73 | + <link rel="icon" type="image/png" sizes="144x144" href="icons/144.png"> |
20 | 74 | <link rel="icon" type="image/png" sizes="192x192" href="icons/192.png"> |
| 75 | + <link rel="icon" type="image/png" sizes="512x512" href="icons/512.png"> |
21 | 76 | <link rel="apple-touch-icon" type="image/png" sizes="180x180" href="icons/apple-touch-icon.png"> |
22 | 77 |
|
23 | 78 | <title>Extract CRX - Extension Downloader & Inspector</title> |
|
0 commit comments