No Scripts for Google Chrome™

Protect your browser, prevent bad scripts from being accessed by the websites you visit.

What is No Scripts for Google Chrome™?

No Scripts for Google Chrome™ is a Chrome extension developed by Free Software Utilities, and its main feature is "Protect your browser, prevent bad scripts from being accessed by the websites you visit.".

Extension Screenshots

screenshot

Download No Scripts for Google Chrome™ Extension CRX File

Download No Scripts for Google Chrome™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Want to disable all scripts while you are surfing the Internet?

Here is a quick and simple way to ensure your online security while you are surfing the Internet.

When you install this extension, it allows you to automatically disable the

javascript, flash, images/fonts when you are visiting an unfamilar website.

This extension lets you know the exact scripts which are running on the current tab you are in and allows you to use
rules to automatically disable/enable these scripts based on whether you trust the website or not. Use No scripts for Google Chrome to just
view HTML/plain text while you are surfing the internet.

You also have the option of disabling these browsing rules for the specific website tab you are on. Enable/disable this extension
with the click of a button, its extremely easy to switch on/off.

This extension was made possible by the open source software Noscript made by Giorgio Maone

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this extension. This extension is not owned by, it is not licensed by and is not a subsidiary of Google Inc.                    

Extension Basic Information

Name No Scripts for Google Chrome™ No Scripts for Google Chrome™
ID emaadbacogbhahpfbbcncccdmnjaanbd
Official URL https://chromewebstore.google.com/detail/no-scripts-for-google-chr/emaadbacogbhahpfbbcncccdmnjaanbd
Description Protect your browser, prevent bad scripts from being accessed by the websites you visit.
File Size 456 KB
Installation Count 3,263
Current Version 1.0.0
Last Updated 2023-10-29
Publish Date 2021-02-03
Rating 5.00/5 Total 9 Ratings
Developer Free Software Utilities
Email [email protected]
Payment Type free
Supported Languages id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "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",
        ""
    ],
    "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": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "css": [
                "\/content\/content.css"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "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"
            }
        }
    }
}