No Scripts for Google Chrome™

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

Co je No Scripts for Google Chrome™?

No Scripts for Google Chrome™ je rozšíření Chrome vyvinuté Free Software Utilities, a jeho hlavní funkcí je „Protect your browser, prevent bad scripts from being accessed by the websites you visit.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření No Scripts for Google Chrome™

Stáhněte si soubory rozšíření No Scripts for Google Chrome™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název No Scripts for Google Chrome™ No Scripts for Google Chrome™
ID emaadbacogbhahpfbbcncccdmnjaanbd
Oficiální URL https://chromewebstore.google.com/detail/no-scripts-for-google-chr/emaadbacogbhahpfbbcncccdmnjaanbd
Popis Protect your browser, prevent bad scripts from being accessed by the websites you visit.
Velikost souboru 456 KB
Počet instalací 3,263
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-10-29
Datum Vydání 2021-02-03
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář Free Software Utilities
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            }
        }
    }
}