Twitch Auto Switcher

Switch to the next stream when current went offline

¿Qué es Twitch Auto Switcher?

Twitch Auto Switcher es una extensión de Chrome desarrollada por Rena Ryuugu, y su función principal es "Switch to the next stream when current went offline".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Twitch Auto Switcher

Descarga archivos de extensión Twitch Auto Switcher 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

                        This extension automatically switches stream on the twitch.tv website when the currently watched one has become offline. Users can configure switch behavior.

Available options:
 - Currently watched category (default)
 - Popular streams
 - Any available stream category 

Additional features:
 - Temporary enable/disable switching                    

Información Básica de la Extensión

Nombre Twitch Auto Switcher Twitch Auto Switcher
ID pnbkgojbcabcnllmijapjhbbgagfelfi
URL Oficial https://chromewebstore.google.com/detail/twitch-auto-switcher/pnbkgojbcabcnllmijapjhbbgagfelfi
Descripción Switch to the next stream when current went offline
Tamaño del Archivo 167 KB
Cantidad de Instalaciones 221
Versión Actual 2.1.0
Última Actualización 2022-12-31
Fecha de Publicación 2020-04-20
Calificación 3.00/5 Total de 6 Calificaciones
Desarrollador Rena Ryuugu
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/svmn/twitch-auto-switcher
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.1.0",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "__MSG_popupTitle__",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjK4BljfVuTP0TNeJXftEyosUUryw0K0\/pS8a34d6RwGLDjDWZXBlEJrKtP1hB904rvJMs5cXTGuImlaTvZklf6TQ2CgRgFlVDnE4YWoTUa+YNLaRDwpwQejkm9AtHDQpsPG3pH9ymSw7cU87Q8v0ZmBPAzgH+IIJ4IcxtGRcMg1FmZt5JcXCtkGMpqk9ukb7RNdu7I0VZnaBQkKriWmV7\/EXjfzRzFSk08f95\/BBfBCi0rZAuGFYOi5IpyjgP4Vv3I8RyKIhTCl0UGIZZthjzq\/3VIM\/VzVAG3d4cdl9cj7paNeSxwGNV3XYExuXTSChv6Z\/6D1f8lKkmweAofwtzwIDAQAB"
}