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

¿Qué es JavaScript switcher for SEO and development?

JavaScript switcher for SEO and development es una extensión de Chrome desarrollada por SEO ALL STARS, y su función principal es "An easy way to disable or enable JavaScript for SEO and development. Created for SEO lovers! Toggle JavaScript ON/OFF with one click".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión JavaScript switcher for SEO and development

Descarga archivos de extensión JavaScript switcher for SEO and development en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre JavaScript switcher for SEO and development JavaScript switcher for SEO and development
ID fknbdohkacipoddbdpofpgmibfifpgmb
URL Oficial https://chromewebstore.google.com/detail/javascript-switcher-for-s/fknbdohkacipoddbdpofpgmibfifpgmb
Descripción An easy way to disable or enable JavaScript for SEO and development. Created for SEO lovers! Toggle JavaScript ON/OFF with one click
Tamaño del Archivo 32.27 KB
Cantidad de Instalaciones 336
Versión Actual 1.0.3
Última Actualización 2023-04-14
Fecha de Publicación 2022-10-24
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador SEO ALL STARS
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}