WebExtension.net
WebExtension.net

User JavaScript and CSS

View on Chrome Web Store
View User JavaScript and CSS Chrome Extension on Chrome Web Store
4.8 (555 ratings)
2 new ratings

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

User JavaScript and CSS on any website
Type
Extension
Users
100,000 users
tenRabbits
View author page of tenRabbits
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 17, 2016
Version 3.0.6
Manifest version
3
Updated
Updated on July 1, 2024
View on Chrome Web Store
View User JavaScript and CSS 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,
    "version": "3.0.6",
    "name": "User JavaScript and CSS",
    "short_name": "User JS CSS",
    "description": "__MSG_description__",
    "minimum_chrome_version": "120",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "userScripts",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "action": {
        "default_popup": "src\/popup.html"
    },
    "options_page": "src\/options.html",
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "sandbox": {
        "pages": [
            "src\/sandbox.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js-shared\/jquery.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval';"
    }
}
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