Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" }