Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Scrollbar OnOff", "version": "4.0.0.5", "version_name": "0.0.0.5", "description": "__MSG_extDescription__", "icons": { "128": "\/icon\/icon_128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "\/css\/scrollbar.css" ], "js": [ "\/jquery\/jquery-3.7.1.min.js", "\/js\/scrollbar.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "permissions": [ "management", "storage" ], "action": { "default_icon": { "16": "\/icon\/icon_128.png" } } }