JavaScript Toggle On and Off
Toggle JavaScript engines (inline, data URL, remote, and external) on and off the easy way
JavaScript Toggle On and Off क्या है?
JavaScript Toggle On and Off tlintspr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toggle JavaScript engines (inline, data URL, remote, and external) on and off the easy way"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JavaScript Toggle On and Off एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The "JavaScript Toggle On and Off" extension provides a reliable method to switch JavaScript execution. After installation, you can still run JavaScript. Whenever you need to block, click on the action button. Exception Lists: The domains listed will allow JS execution, even when it is globally forbidden or vice versa. Auto Reload: The extension auto-refreshes the current tab after the JavaScript execution state changes. This is a forced refresh to bypass browser caches (similar to pressing Shift + F5 keyboard combination). Supported Types: 1. Inline JavaScript on top and frame elements 2. Data URI JavaScript on top and frame elements 3. External JavaScript on top and frame elements 4. Inline events 5. "javascript:" URIs 6. setTimeout evaluation 7. "document.write" execution Notes: By default, the extension is not available in incognito mode. Activate it by opening the extensions manager page (chrome://extensions) and checking the "Allow in incognito" option.
एक्सटेंशन की मूल जानकारी
नाम | JavaScript Toggle On and Off |
ID | cdcgbgnfhhdmdkallfmlachogpghifgf |
आधिकारिक URL | https://chromewebstore.google.com/detail/javascript-toggle-on-and/cdcgbgnfhhdmdkallfmlachogpghifgf |
विवरण | Toggle JavaScript engines (inline, data URL, remote, and external) on and off the easy way |
फ़ाइल का आकार | 89.35 KB |
स्थापना संख्या | 9,317 |
वर्तमान संस्करण | 0.3.4 |
अंतिम अपडेट | 2023-06-27 |
प्रकाशन तिथि | 2019-07-07 |
रेटिंग | 4.55/5 कुल 20 रेटिंग्स |
डेवलपर | tlintspr |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://webextension.org/listing/javascript-toggler.html |
सहायता पृष्ठ URL | https://webextension.org/listing/javascript-toggler.html |
समर्थित भाषाएँ | de,en,fr,nl,da,et,hu,fi,cs,el,bg,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JavaScript Toggle On and Off", "description": "__MSG_app_description__", "version": "0.3.4", "manifest_version": 3, "default_locale": "en", "permissions": [ "storage", "contentSettings", "contextMenus", "activeTab", "notifications", "declarativeContent" ], "action": [], "background": { "service_worker": "worker.js" }, "homepage_url": "https:\/\/webextension.org\/listing\/javascript-toggler.html", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "options_ui": { "page": "data\/options\/index.html" }, "commands": { "_execute_action": [] } } |