NoScript

Maximum protection for your browser: NoScript allows active content only for trusted domains of your choice to prevent exploitation.

O que é NoScript?

NoScript é uma extensão do Chrome desenvolvida por Hackademix, e sua principal característica é "Maximum protection for your browser: NoScript allows active content only for trusted domains of your choice to prevent exploitation.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NoScript

Baixe arquivos de extensão NoScript no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        NoScript 11.x: finally a cross-browser NoScript for Chrome, Chromium and Firefox-based web clients.
Please report any issue at https://noscript.net/forum in the Support section with [Chrome] in the subject.
For the more technical inclined, bug reports and/or contributions at https://github.com/hackademix/noscript/ (source code repository).

Privacy policy (TLTR: zero data collected): https://addons.mozilla.org/en-US/firefox/addon/noscript/privacy/

Winner of the "PC World World Class Award" and bundled with the Tor Browser, NoScript gives you with the best available protection on the web.

It allows JavaScript, Flash, Java and other executable content to run only from trusted domains of your choice, e.g. your home-banking site, mitigating remotely exploitable vulnerabilities including Spectre and Meltdown.

It protects your "trust boundaries" against cross-site scripting attacks (XSS), cross-zone DNS rebinding / CSRF attacks (router hacking), and Clickjacking attempts.

Such a preemptive approach prevents exploitation of security vulnerabilities (known and even unknown!) with no loss of functionality where you need it.
Experts do agree: your browser is really safer with NoScript ;-)

FAQ: https://noscript.net/faq
Forum: https://noscript.net/forum
Source code: https://github.com/hackademix/noscript/                    

Informações Básicas da Extensão

Nome NoScript NoScript
ID doojmbjmlfjjnbmnoijecmcbfeoakpjm
URL Oficial https://chromewebstore.google.com/detail/noscript/doojmbjmlfjjnbmnoijecmcbfeoakpjm
Descrição Maximum protection for your browser: NoScript allows active content only for trusted domains of your choice to prevent exploitation.
Tamanho do Arquivo 912 KB
Contagem de Instalações 194,031
Versão Atual 11.4.18
Última Atualização 2023-03-04
Data de Publicação 2020-06-22
Classificação 4.12/5 Total de 200 Avaliações
Desenvolvedor Hackademix
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://noscript.net/
URL da Página de Ajuda https://noscript.net/forum
URL da Página de Política de Privacidade https://addons.mozilla.org/en-US/firefox/addon/noscript/privacy
Idiomas Suportados ms,de,en,fr,nl,no,tr,ca,da,es,it,lt,pl,pt-BR,ro,fi,el,ru,uk,iw,fa,bn,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "NoScript",
    "version": "11.4.18",
    "description": "__MSG_Description__",
    "incognito": "spanning",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'none'",
    "icons": {
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "256": "img\/icon256.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "\/nscl\/lib\/browser-polyfill.js",
            "\/nscl\/lib\/punycode.js",
            "\/nscl\/lib\/sha256.js",
            "\/nscl\/common\/UA.js",
            "\/nscl\/common\/uuid.js",
            "\/nscl\/common\/SyncMessage.js",
            "\/nscl\/common\/log.js",
            "\/nscl\/common\/tld.js",
            "\/nscl\/common\/Messages.js",
            "\/nscl\/common\/CSP.js",
            "\/nscl\/common\/NetCSP.js",
            "\/nscl\/common\/CapsCSP.js",
            "\/nscl\/common\/RequestKey.js",
            "\/nscl\/common\/Sites.js",
            "\/nscl\/common\/Permissions.js",
            "\/nscl\/common\/Policy.js",
            "\/nscl\/common\/locale.js",
            "\/nscl\/common\/Storage.js",
            "\/nscl\/common\/include.js",
            "\/nscl\/common\/DNS.js",
            "\/nscl\/common\/AddressMatcherWithDNS.js",
            "\/nscl\/common\/iputil.js",
            "\/nscl\/service\/DocStartInjection.js",
            "\/nscl\/service\/LastListener.js",
            "ui\/Prompts.js",
            "xss\/XSS.js",
            "bg\/ReportingCSP.js",
            "bg\/deferWebTraffic.js",
            "bg\/Defaults.js",
            "bg\/TabGuard.js",
            "bg\/RequestGuard.js",
            "bg\/Settings.js",
            "bg\/main.js",
            "common\/themes.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_origin_as_fallback": true,
            "match_about_blank": true,
            "all_frames": true,
            "css": [
                "\/common\/themes.css",
                "\/content\/content.css"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "match_origin_as_fallback": true,
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "\/nscl\/lib\/browser-polyfill.js",
                "\/nscl\/lib\/sha256.js",
                "\/nscl\/common\/UA.js",
                "\/nscl\/common\/uuid.js",
                "\/nscl\/common\/log.js",
                "\/nscl\/common\/SyncMessage.js",
                "\/nscl\/common\/Messages.js",
                "\/nscl\/common\/CSP.js",
                "\/nscl\/common\/CapsCSP.js",
                "\/nscl\/common\/RequestKey.js",
                "\/nscl\/content\/patchWindow.js",
                "\/nscl\/content\/DocumentCSP.js",
                "\/nscl\/content\/NoscriptElements.js",
                "\/nscl\/content\/prefetchCSSResources.js",
                "\/nscl\/content\/PlaceHolder.js",
                "\/nscl\/content\/sanitizePaste.js",
                "content\/onScriptDisabled.js",
                "content\/staticNS.js",
                "\/nscl\/content\/media.js",
                "\/nscl\/content\/webglHook.js",
                "content\/content.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "file:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content\/ftp.js",
                "lib\/DocumentFreezer.js",
                "content\/syncFetchPolicy.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": {
        "openPageUI": {
            "description": "__MSG_pagePermissionsUI__",
            "suggested_key": {
                "default": "Alt+Shift+N"
            }
        },
        "toggleEnforcementForTab": {
            "description": "__MSG_toggleEnforcementForTab__",
            "suggested_key": {
                "default": "Alt+Shift+Space",
                "windows": "Alt+Shift+Comma"
            }
        }
    }
}