WebExtension.net
WebExtension.net

Tampermonkey

View on Chrome Web Store
View Tampermonkey Chrome Extension on Chrome Web Store
4.7 (71,846 ratings)
1 new ratings

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
11,000,000 users
Jan Biniok
View author page of Jan Biniok
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 25, 2010
Version 5.3.2
Manifest version
3
Updated
Updated on October 30, 2024
View on Chrome Web Store
View Tampermonkey Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

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_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "version": "5.3.2",
    "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"
    ]
}
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