Easily Disable JavaScript
Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)
¿Qué es Easily Disable JavaScript?
Easily Disable JavaScript es una extensión de Chrome desarrollada por https://flappybird.ee, y su función principal es "Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Easily Disable JavaScript
Descarga archivos de extensión Easily Disable JavaScript 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
An easy way to disable any website JavaScript Use a single button to turn javascript on or off on the Google Chrome Tab you are in. You might want to turn off javascript to help debug a webpage/check your website code errors. This is the quickest way to enable or disable Javascript One thing you need is to install this extension and we will do the rest Once you are on the website you wish to disable javascript, just click on the software extension. That's all You can turn javascript back on for that webpage by clicking on the extension icon again.
Información Básica de la Extensión
Nombre | Easily Disable JavaScript |
ID | phjcflcbbmcigekcmdfnphacifamhlja |
URL Oficial | https://chromewebstore.google.com/detail/easily-disable-javascript/phjcflcbbmcigekcmdfnphacifamhlja |
Descripción | Easily Disable JavaScript by just one click (Whitelist & Blacklist feature) |
Tamaño del Archivo | 239 KB |
Cantidad de Instalaciones | 13,607 |
Versión Actual | 1.0.1 |
Última Actualización | 2022-12-16 |
Fecha de Publicación | 2020-07-21 |
Calificación | 4.67/5 Total de 15 Calificaciones |
Desarrollador | https://flappybird.ee |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.w3technic.com |
URL de la Página de Ayuda | https://www.w3technic.com/ |
URL de la Página de Política de Privacidad | https://w3technic.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "name": "__MSG_AppName__", "description": "__MSG_AppDesc__", "version": "1.0.1", "manifest_version": 2, "default_locale": "en", "permissions": [ "storage", "contentSettings", "activeTab" ], "browser_action": { "default_icon": { "20": "images\/20.png", "40": "images\/40.png" } }, "background": { "persistent": false, "scripts": [ "\/js\/background.js", "\/js\/update-conf.js", "\/js\/update.js" ] }, "homepage_url": "https:\/\/www.w3technic.com\/p\/easily-disable-javascript.html", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |