WebExtension.net
Toggle dark mode
WebExtension.net

Wildmonkey

View on Chrome Web Store
View Wildmonkey Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Lightweight userscript manager
Type
Extension
Users
1,000 users
Dualsub Studio
View author page of Dualsub Studio
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 2, 2022
Version 0.22.0
Manifest version
3
Updated
Updated on January 16, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Wildmonkey Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "124",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.22.0",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "main.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "use_dynamic_url": false
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "isolated.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{18af88f3-4e34-4f6d-983a-7dcfe8db29f3}",
            "strict_min_version": "131.0"
        },
        "gecko_android": {
            "strict_min_version": "131.0"
        }
    }
}
© 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.
Go to top