No Scripts for Google Chrome™

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

¿Qué es No Scripts for Google Chrome™?

No Scripts for Google Chrome™ es una extensión de Chrome desarrollada por Free Software Utilities, y su función principal es "Protect your browser, prevent bad scripts from being accessed by the websites you visit.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión No Scripts for Google Chrome™

Descarga archivos de extensión No Scripts for Google Chrome™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre No Scripts for Google Chrome™ No Scripts for Google Chrome™
ID emaadbacogbhahpfbbcncccdmnjaanbd
URL Oficial https://chromewebstore.google.com/detail/no-scripts-for-google-chr/emaadbacogbhahpfbbcncccdmnjaanbd
Descripción Protect your browser, prevent bad scripts from being accessed by the websites you visit.
Tamaño del Archivo 456 KB
Cantidad de Instalaciones 3,263
Versión Actual 1.0.0
Última Actualización 2023-10-29
Fecha de Publicación 2021-02-03
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador Free Software Utilities
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            }
        }
    }
}