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によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
JavaScript switcher for SEO and development拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |