Disable Javascript

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

Qu'est-ce que Disable Javascript ?

Disable Javascript est une extension Chrome développée par iboyosifns, et sa fonction principale est "Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Disable Javascript

Téléchargez les fichiers d'extension Disable Javascript au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Disable Javascript Disable Javascript
ID ljllphohcllhbadkbnekpdpdgkfpmcpg
URL Officiel https://chromewebstore.google.com/detail/disable-javascript/ljllphohcllhbadkbnekpdpdgkfpmcpg
Description Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…
Taille du Fichier 172 KB
Nombre d'Installations 12
Version Actuelle 0.2
Dernière Mise à Jour 2018-02-08
Date de Publication 2018-02-07
Développeur iboyosifns
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.google.com/intl/ar/policies/privacy
Langues Prises en Charge 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"
    }
}