Disable Javascript

Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…

¿Qué es Disable Javascript?

Disable Javascript es una extensión de Chrome desarrollada por iboyosifns, y su función principal es "Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Disable Javascript

Descarga archivos de extensión 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

                        Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your protection, you can disable or enable JavaScript in Chrome with these steps.                    

Información Básica de la Extensión

Nombre Disable Javascript Disable Javascript
ID ljllphohcllhbadkbnekpdpdgkfpmcpg
URL Oficial https://chromewebstore.google.com/detail/disable-javascript/ljllphohcllhbadkbnekpdpdgkfpmcpg
Descripción Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…
Tamaño del Archivo 172 KB
Cantidad de Instalaciones 12
Versión Actual 0.2
Última Actualización 2018-02-08
Fecha de Publicación 2018-02-07
Desarrollador iboyosifns
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.google.com/intl/ar/policies/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Javascript",
    "version": "0.2",
    "description": "",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Manage"
    },
    "background": {
        "scripts": [
            "js\/buy.js",
            "js\/sitesModal.js",
            "js\/background.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoZRVFsNbKmkDpzAlaxigc8aRwzczjVEz2o53buu5h7vEeBsdR8DLr6I6bWnvkJ88JP973uYMMBeflpAw\/KRWd1RC5h+QGoeb31H5XHzIUNLA+yEwKR5Jo5UwRYx9v9Cw0fWlZo0AEWF8pNqjiqjXM0EGH1VvBYtCJOWrU2M62Ke9pZ3Z\/nZ4gsxn7nYejET\/4lkOcjFrxXYXBX21Iy0ZPrAObVhVfbCour0uipsJBCM8aWsv7OYv9kS7EbVosPYqGXwoJfjUECR7cqwGrv4ENm8HkckJaLOoXYQWU0kUt9AY2\/t1nnLkT31niu4lXwYqBuWuxU48UHy8DN14W6mtAwIDAQAB",
    "permissions": [
        "contentSettings",
        "activeTab"
    ],
    "icons": {
        "48": "icon.png"
    }
}