WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tampermonkey BETA

Tampermonkey BETA

View on Chrome Web Store
View Tampermonkey BETA Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (4,535 ratings)
1 new ratings
19 views
This extension has been viewed 19 times

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

Change the web at will with userscripts
Type
Extension
Users
700,000 users
100K
Jan Biniok
View author page of Jan Biniok
Published
Published on March 29, 2011
Version 5.4.6225
Manifest version
3
Updated
Updated on January 28, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Tampermonkey BETA 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": "120",
    "offline_enabled": true,
    "action": {
        "default_icon": {
            "16": "images\/icon_grey16.png",
            "19": "images\/icon_grey19.png",
            "24": "images\/icon_grey24.png",
            "32": "images\/icon_grey32.png",
            "38": "images\/icon_grey38.png"
        },
        "default_title": "Tampermonkey",
        "default_popup": "action.html"
    },
    "icons": {
        "32": "images\/icon.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "incognito": "split",
    "name": "__MSG_extNameBeta__",
    "short_name": "__MSG_extShortNameBeta__",
    "description": "__MSG_extDescription__",
    "version": "5.4.6225",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "commands": {
        "toggle-enable": {
            "description": "Toggle enable state"
        },
        "open-dashboard": {
            "description": "Open dashboard"
        },
        "open-dashboard-with-running-scripts": {
            "description": "Open dashboard with the current tab's URL used as filter"
        },
        "open-new-script": {
            "description": "Open new script tab"
        }
    },
    "permissions": [
        "notifications",
        "unlimitedStorage",
        "tabs",
        "idle",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "contextMenus",
        "chrome:\/\/favicon\/",
        "clipboardWrite",
        "cookies",
        "alarms",
        "declarativeNetRequestWithHostAccess",
        "scripting",
        "userScripts",
        "offscreen"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "optional_permissions": [
        "downloads"
    ]
}
© 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