WebExtension.net
WebExtension.net

OrangeMonkey Pro

View on Chrome Web Store
View OrangeMonkey Pro Chrome Extension on Chrome Web Store
3.3 (426 ratings)
1 new ratings

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

Lightweight Userscript manager. Provides userscripts support for Chromium browsers
Type
Extension
Users
500,000 users
exten.helper
View author page of exten.helper
Published
Published on June 3, 2024
Version 2.0.5
Manifest version
3
Updated
Updated on August 8, 2024
View on Chrome Web Store
View OrangeMonkey Pro Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OrangeMonkey Pro",
    "version": "2.0.5",
    "manifest_version": 3,
    "minimum_chrome_version": "120",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options\/index.html",
    "content_scripts": [
        {
            "js": [
                "injected.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "onboarding.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        }
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "permissions": [
        "tabs",
        "scripting",
        "notifications",
        "downloads",
        "storage",
        "unlimitedStorage",
        "offscreen",
        "webRequest",
        "userScripts"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
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