Disable Javascript
Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…
Was ist Disable Javascript?
Disable Javascript ist eine Chrome-Erweiterung, die von iboyosifns entwickelt wurde, und ihr Hauptmerkmal ist "Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…".
Erweiterungsscreenshots
Disable Javascript-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disable Javascript-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Disable Javascript |
ID | ljllphohcllhbadkbnekpdpdgkfpmcpg |
Offizielle URL | https://chromewebstore.google.com/detail/disable-javascript/ljllphohcllhbadkbnekpdpdgkfpmcpg |
Beschreibung | Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your… |
Dateigröße | 172 KB |
Installationsanzahl | 12 |
Aktuelle Version | 0.2 |
Letztes Update | 2018-02-08 |
Veröffentlichungsdatum | 2018-02-07 |
Entwickler | iboyosifns |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.google.com/intl/ar/policies/privacy |
Unterstützte Sprachen | 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" } } |