WebExtension.net
WebExtension.net

Chrome extension source viewer

View on Chrome Web Store
View Chrome extension source viewer Chrome Extension on Chrome Web Store
4.6 (422 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

View source code of Chrome extensions, Firefox addons or Opera extensions (crx/nex/xpi) from the Chrome web store and elsewhere.
Type
Extension
Users
100,000 users
Rob W
View author page of Rob W
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 23, 2013
Version 1.7.0
Manifest version
3
Updated
Updated on December 11, 2023
View on Chrome Web Store
View Chrome extension source viewer Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome extension source viewer",
    "short_name": "CRX Viewer",
    "description": "View source code of Chrome extensions, Firefox addons or Opera extensions (crx\/nex\/xpi) from the Chrome web store and elsewhere.",
    "version": "1.7.0",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Inspect contents of the current browser extension",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html#optionsV2"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "downloads",
        "declarativeContent"
    ],
    "host_permissions": [
        "*:\/\/clients2.google.com\/service\/update2\/crx*",
        "*:\/\/clients2.googleusercontent.com\/crx\/download\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "incognito": "split"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top