JavaScript switcher for SEO and development
An easy way to disable or enable JavaScript for SEO and development. Created for SEO lovers! Toggle JavaScript ON/OFF with one click
JavaScript switcher for SEO and development क्या है?
JavaScript switcher for SEO and development SEO ALL STARS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy way to disable or enable JavaScript for SEO and development. Created for SEO lovers! Toggle JavaScript ON/OFF with one click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JavaScript switcher for SEO and development एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The JavaScript switcher helps you to disable or enable JavaScript on web pages. The main goal is an easy-way to switch JavaScript for any websites. Just click the ON / OFF button once and JS will be disabled or enabled. This JavaScript toggle was created by a developer who loves SEO so much. That is why it can help you in the following ways: - Check the case of a friendly web page for crawlers (Google, Bing, etc) - Disable JS if you are not sure that some block of pages is visible to crawlers Features: Every time you run JavaScript switcher, the page will be refreshed to ensure that your page is always rendered correctly after switching ON/OFF.
एक्सटेंशन की मूल जानकारी
नाम | JavaScript switcher for SEO and development |
ID | fknbdohkacipoddbdpofpgmibfifpgmb |
आधिकारिक URL | https://chromewebstore.google.com/detail/javascript-switcher-for-s/fknbdohkacipoddbdpofpgmibfifpgmb |
विवरण | An easy way to disable or enable JavaScript for SEO and development. Created for SEO lovers! Toggle JavaScript ON/OFF with one click |
फ़ाइल का आकार | 32.27 KB |
स्थापना संख्या | 336 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2023-04-14 |
प्रकाशन तिथि | 2022-10-24 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | SEO ALL STARS |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.3", "icons": { "16": "\/images\/on-16.png", "32": "\/images\/on-32.png", "48": "\/images\/on-48.png", "128": "\/images\/on-128.png" }, "action": { "default_icon": { "16": "\/images\/on-16.png", "32": "\/images\/on-32.png", "48": "\/images\/on-48.png", "128": "\/images\/on-128.png" } }, "permissions": [ "storage", "contentSettings", "tabs" ], "background": { "service_worker": "background.js" } } |