WebExtension.net
WebExtension.net

Tampermonkey Editors

View on Chrome Web Store
View Tampermonkey Editors Chrome Extension on Chrome Web Store
4.8 (18 ratings)

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

Online editor support for Tampermonkey's userscripts
Type
Extension
Users
10,000 users
Jan Biniok
View author page of Jan Biniok
Published
Published on December 3, 2022
Version 1.0.3
Manifest version
3
Updated
Updated on October 7, 2024
View on Chrome Web Store
View Tampermonkey Editors Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "102.0.0.0",
    "offline_enabled": true,
    "action": {
        "default_icon": {
            "16": "images\/icon.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Tampermonkey Editors"
    },
    "icons": {
        "16": "images\/icon.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "name": "Tampermonkey Editors",
    "short_name": "Tampermonkey Editors",
    "version": "1.0.3",
    "description": "Online editor support for Tampermonkey's userscripts",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.vscode.dev\/*"
    ]
}
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