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": 2, "default_locale": "en", "name": "No Scripts for Google Chrome\u2122", "version": "1.0.0", "description": "__MSG_Description__", "incognito": "spanning", "icons": { "48": "img\/icon48.png", "96": "img\/icon96.png", "256": "img\/icon256.png" }, "permissions": [ "contextMenus", "storage", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "<all_urls>" ], "background": { "persistent": true, "scripts": [ "lib\/UA.js", "lib\/browser-polyfill.js", "lib\/uuid.js", "lib\/SyncMessage.js", "lib\/log.js", "lib\/include.js", "lib\/punycode.js", "lib\/tld.js", "lib\/LastListener.js", "lib\/Messages.js", "lib\/CSP.js", "lib\/NetCSP.js", "lib\/TabCache.js", "common\/CapsCSP.js", "common\/RequestKey.js", "common\/Policy.js", "common\/locale.js", "common\/SyntaxChecker.js", "common\/Storage.js", "ui\/Prompts.js", "xss\/XSS.js", "bg\/ReportingCSP.js", "bg\/deferWebTraffic.js", "bg\/Defaults.js", "bg\/RequestGuard.js", "bg\/Settings.js", "bg\/main.js", "lib\/install.js" ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "match_about_blank": true, "all_frames": true, "css": [ "\/content\/content.css" ] }, { "run_at": "document_start", "matches": [ "<all_urls>" ], "match_about_blank": true, "all_frames": true, "js": [ "lib\/UA.js", "lib\/browser-polyfill.js", "lib\/SyncMessage.js", "lib\/log.js", "lib\/uuid.js", "lib\/sha256.js", "lib\/Messages.js", "lib\/CSP.js", "common\/CapsCSP.js", "common\/RequestKey.js", "content\/DocumentCSP.js", "content\/onScriptDisabled.js", "content\/staticNS.js", "content\/PlaceHolder.js", "content\/content.js", "content\/webglHook.js", "content\/media.js", "content\/sanitizePaste.js" ] } ], "options_ui": { "page": "ui\/options.html", "open_in_tab": true }, "browser_action": { "default_area": "navbar", "default_title": "NoScript", "default_icon": { "64": "img\/ui-maybe64.png" } }, "commands": { "_execute_browser_action": { "description": "NoScript UI", "suggested_key": { "default": "Alt+Shift+N" } }, "togglePermissions": { "description": "Toggle permissions", "suggested_key": { "default": "Ctrl+Shift+T" } } } }