NoScript
Maximum protection for your browser: NoScript allows active content only for trusted domains of your choice to prevent exploitation.
¿Qué es NoScript?
NoScript es una extensión de Chrome desarrollada por Hackademix, y su función principal es "Maximum protection for your browser: NoScript allows active content only for trusted domains of your choice to prevent exploitation.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NoScript
Descarga archivos de extensión NoScript 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
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/
Información Básica de la Extensión
Nombre | NoScript |
ID | doojmbjmlfjjnbmnoijecmcbfeoakpjm |
URL Oficial | https://chromewebstore.google.com/detail/noscript/doojmbjmlfjjnbmnoijecmcbfeoakpjm |
Descripción | Maximum protection for your browser: NoScript allows active content only for trusted domains of your choice to prevent exploitation. |
Tamaño del Archivo | 912 KB |
Cantidad de Instalaciones | 194,031 |
Versión Actual | 11.4.18 |
Última Actualización | 2023-03-04 |
Fecha de Publicación | 2020-06-22 |
Calificación | 4.12/5 Total de 200 Calificaciones |
Desarrollador | Hackademix |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://noscript.net/ |
URL de la Página de Ayuda | https://noscript.net/forum |
URL de la Página de Política de Privacidad | https://addons.mozilla.org/en-US/firefox/addon/noscript/privacy |
Idiomas Soportados | 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", " |