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", "manifest_version": 3, "name": "Simple JavaScript Disabler", "version": "1.0", "description": "Disables JavaScript on the current tab", "icons": { "48": "js-extension-icon.png" }, "permissions": [ "contentSettings", "activeTab" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "js-extension-icon.png", "default_title": "Disable JS" } }