WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
CRX Emulator

CRX Emulator

View on Chrome Web Store
4.9 (173 ratings)
7 new ratings
22 views

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

Emulate CRX files in your browser
Type
Extension
Users
60,000 users
10K
Website crxemulator.com
CRX Emulator
Published
Version 1.0.1
Manifest version
3
Updated
make_chrome_yours/accessibility
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "author": "CRX Emulator",
    "homepage_url": "https:\/\/crxemulator.com\/",
    "default_locale": "en",
    "minimum_chrome_version": "120",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/bg.js"
    },
    "sandbox": {
        "pages": [
            "sb.html"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icons\/48.png"
    },
    "options_ui": {
        "page": "opt.html",
        "open_in_tab": true
    },
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage",
        "offscreen",
        "scripting",
        "sidePanel",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/crxemulator.com\/*"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "tabs",
        "downloads",
        "downloads.open",
        "webRequest"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/crxemulator.com\/*"
        ]
    }
}
© 2025 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.