Easily Disable JavaScript
Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)
Qu'est-ce que Easily Disable JavaScript ?
Easily Disable JavaScript est une extension Chrome développée par https://flappybird.ee, et sa fonction principale est "Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easily Disable JavaScript
Téléchargez les fichiers d'extension Easily 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
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.
Informations de Base sur l'Extension
Nom | Easily Disable JavaScript |
ID | phjcflcbbmcigekcmdfnphacifamhlja |
URL Officiel | https://chromewebstore.google.com/detail/easily-disable-javascript/phjcflcbbmcigekcmdfnphacifamhlja |
Description | Easily Disable JavaScript by just one click (Whitelist & Blacklist feature) |
Taille du Fichier | 239 KB |
Nombre d'Installations | 13,607 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-12-16 |
Date de Publication | 2020-07-21 |
Évaluation | 4.67/5 Total 15 Évaluations |
Développeur | https://flappybird.ee |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.w3technic.com |
URL de la Page d'Aide | https://www.w3technic.com/ |
URL de la Page de Politique de Confidentialité | https://w3technic.com/privacy-policy |
Langues Prises en Charge | 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 } } |