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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |