Inspect and view changes in CRX Source Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "1.1.0",
"description": "__MSG_extDescription__",
"icons": {
"16": "src/icons/icon16.png",
"48": "src/icons/icon48.png",
"128": "src/icons/icon128.png"
},
"action": {
"default_icon": {
"16": "src/icons/icon16.png",
"48": "src/icons/icon48.png"
},
"default_popup": "src/popup.html",
"default_title": "CRX Source Viewer"
},
"background": {
"scripts": [
"src/background.js"
]
},
"content_scripts": [
{
"matches": [
"https://chromewebstore.google.com/*",
"https://chrome.google.com/webstore/*",
"https://addons.mozilla.org/*",
"https://microsoftedge.microsoft.com/addons/*"
],
"js": [
"src/content.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"tabs",
"contextMenus",
"downloads"
],
"host_permissions": [
"https://clients2.google.com/service/update2/crx*",
"https://clients2.googleusercontent.com/crx/download/*",
"https://addons.mozilla.org/*",
"https://*.microsoft.com/*",
"http://*.microsoft.com/*"
],
"options_page": "src/options.html",
"default_locale": "en",
"browser_specific_settings": {
"gecko": {
"id": "crx-source-viewer@techinterval.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best CRX Source Viewer Alternatives
Here are some Firefox add-ons that are similar to CRX Source Viewer:
Extension Source Viewer & Downloader
Muzammil
Extension source viewer
Rob W
Get CRX
cc
Quick Source Code Viewer
Hannah
Get CRX Ported
Kraio
Fire Source Viewer
Francesco De Stefano
Source Code & Font Viewer — HTML/CSS/JS/JSON/XML
Nicolas Dos Santos
View Page Source - HTML Viewer
Ahmed Sajjad Zaidi
Browser Extension Explorer
Matt Frisbie
WebExtension X-Ray
Andrei Petcu
Page Source HTML Viewer (works on Android)
ChillaxJustDoIt
CRX Installer
FoxRefire