Stream Bridge - Watch everyone on Twitch

Watch streamers from other streaming services on Twitch!

O que é Stream Bridge - Watch everyone on Twitch?

Stream Bridge - Watch everyone on Twitch é uma extensão do Chrome desenvolvida por https://www.streambridge.io, e sua principal característica é "Watch streamers from other streaming services on Twitch!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stream Bridge - Watch everyone on Twitch

Baixe arquivos de extensão Stream Bridge - Watch everyone on Twitch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        With this extension, you can:

✔️ Watch streamers from other streaming platforms directly on Twitch

✔️ Follow streamers' channels from different platforms and observe their channel status on the left sidebar of Twitch

✔️ Add your channels to the list if they are not currently listed

This extension currently supports the following streaming platforms: YouTube, Kick, Trovo, VKPlay Live, and WASD.                    

Informações Básicas da Extensão

Nome Stream Bridge - Watch everyone on Twitch Stream Bridge - Watch everyone on Twitch
ID oidkgchhceggifadcafliepojifbgdji
URL Oficial https://chromewebstore.google.com/detail/stream-bridge-watch-every/oidkgchhceggifadcafliepojifbgdji
Descrição Watch streamers from other streaming services on Twitch!
Tamanho do Arquivo 335 KB
Contagem de Instalações 210
Versão Atual 1.8.13
Última Atualização 2023-10-13
Data de Publicação 2023-08-08
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://www.streambridge.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.streambridge.io
URL da Página de Ajuda https://www.streambridge.io/support
URL da Página de Política de Privacidade https://www.streambridge.io/privacy
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_project_name__",
    "description": "__MSG_project_description__",
    "version": "1.8.13",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "modifyHeaders",
                "enabled": true,
                "path": "modifyHeaders.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/www.twitch.tv\/",
        "https:\/\/kick.com\/",
        "https:\/\/wasd.tv\/",
        "https:\/\/vkplay.live\/",
        "https:\/\/trovo.live\/",
        "https:\/\/api.vkplay.live\/",
        "https:\/\/api-web.trovo.live\/",
        "https:\/\/www.youtube.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/vkplay.live\/*",
                "https:\/\/kick.com\/*",
                "https:\/\/trovo.live\/*",
                "https:\/\/wasd.tv\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-script\/index.js"
            ],
            "css": [
                "content-script\/index.css"
            ]
        }
    ]
}