WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GreasePanda

GreasePanda

View on Chrome Web Store
View GreasePanda Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (7 ratings)
1 new ratings
33 views
This extension has been viewed 33 times
1 downloads
This extension has been downloaded 1 times

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

Rule the web your way — feature-rich userscript manager to customize, automate, and dominate every site with ease.
Type
Extension
Users
816 users
9
droidsunil12
View author page of droidsunil12
Published
Published on October 21, 2025
Version 2.0
Manifest version
3
Updated
Updated on January 7, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View GreasePanda 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,
    "name": "__MSG_extensionName__",
    "version": "2.0",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs",
        "webNavigation",
        "contextMenus",
        "identity",
        "userScripts",
        "cookies",
        "downloads",
        "notifications",
        "clipboardWrite"
    ],
    "oauth2": {
        "client_id": "127988398828-urc6j9p9pvljehmtgsa1u01qikmc797q.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "page-restoration.js",
                "install-detector.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/greasyfork.org\/*\/scripts",
                "*:\/\/greasyfork.org\/*\/scripts?*"
            ],
            "js": [
                "greasyfork-list.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/openuserjs.org\/*"
            ],
            "js": [
                "openuserjs-list.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/userscript.zone\/*",
                "*:\/\/*.userscript.zone\/*"
            ],
            "js": [
                "userscriptzone-list.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "GreasePanda - Manage your userscripts",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "icons\/icon128.png",
                "incognito-enabler.js",
                "sandbox.js",
                "jshint.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "minimum_chrome_version": "102"
}
© 2026 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