WebExtension.net
WebExtension.net

Stylus (beta)

View on Chrome Web Store
View Stylus (beta) Chrome Extension on Chrome Web Store
4.5 (69 ratings)

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

Redesign the web with Stylus, a user styles manager. Stylus allows you to easily install themes and skins for many popular sites.
Type
Extension
Users
30,000 users
stylus.openstyles
View author page of stylus.openstyles
Published
Published on December 21, 2017
Version 3.0.1
Manifest version
3
Updated
Updated on November 15, 2024
View on Chrome Web Store
View Stylus (beta) Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stylus (beta)",
    "version": "3.0.1",
    "minimum_chrome_version": "128",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/add0n.com\/stylus.html",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "declarativeNetRequestWithHostAccess",
        "identity",
        "idle",
        "offscreen",
        "scripting",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "commands": {
        "_execute_action": [],
        "openManage": {
            "description": "__MSG_openManage__"
        },
        "reload": {
            "description": "__MSG_reload__"
        },
        "styleDisableAll": {
            "description": "__MSG_disableAllStyles__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true,
            "js": [
                "js\/apply.js"
            ]
        },
        {
            "matches": [
                "https:\/\/greasyfork.org\/*scripts\/*",
                "https:\/\/sleazyfork.org\/*scripts\/*"
            ],
            "js": [
                "js\/install-hook-greasyfork.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/userstyles.world\/*"
            ],
            "js": [
                "js\/install-hook-userstylesworld.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/userstyles.org\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/install-hook-userstyles.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon\/16w.png",
            "19": "icon\/19w.png",
            "32": "icon\/32w.png",
            "38": "icon\/38w.png"
        },
        "default_title": "Stylus",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "install-usercss.html"
            ],
            "matches": [
                "<all_urls>"
            ],
            "use_dynamic_url": false
        }
    ],
    "default_locale": "en"
}
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