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", "name": "Stop JavaScript", "description": "Stop JavaScript execution in current tab.", "version": "1.0.5", "author": "Jacques De SAGAN", "manifest_version": 3, "permissions": [ "scripting", "activeTab" ], "icons": { "16": "icons\/cross_16x16.png", "48": "icons\/cross_48x48.png", "64": "icons\/cross_64x64.png", "128": "icons\/cross_128x128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Stop JavaScript" } }