Twitch Live Extension

A browser extension that lists your live followed streamers and sends notifications when they start a new stream

O que é Twitch Live Extension?

Twitch Live Extension é uma extensão do Chrome desenvolvida por Pedro Silva, e sua principal característica é "A browser extension that lists your live followed streamers and sends notifications when they start a new stream".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch Live Extension

Baixe arquivos de extensão Twitch Live Extension 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

                        To start using it, open it, log in with your Twitch account so that the extension has access only to your public information and your follows, and, every time you click on the extension icon,
you will see the streamers that you follow that are live.

This extension supports *Just Went Live* notifications. If you want to enable them, open the extension, go to *Settings* and enable the Just Went Live notifications.

There's also a button to log out from your Twitch account.

Special thanks to everyone that helped test this extension: https://github.com/PedroS11/twitch-live-extension#contribution                    

Informações Básicas da Extensão

Nome Twitch Live Extension Twitch Live Extension
ID nlnfdlcbnpafokhpjfffmoobbejpedgj
URL Oficial https://chromewebstore.google.com/detail/twitch-live-extension/nlnfdlcbnpafokhpjfffmoobbejpedgj
Descrição A browser extension that lists your live followed streamers and sends notifications when they start a new stream
Tamanho do Arquivo 143 KB
Contagem de Instalações 10,126
Versão Atual 4.2.1
Última Atualização 2023-09-27
Data de Publicação 2020-10-13
Classificação 4.49/5 Total de 59 Avaliações
Desenvolvedor Pedro Silva
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/PedroS11/twitch-live-extension
URL da Página de Ajuda https://github.com/PedroS11/twitch-live-extension/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Live Extension",
    "description": "A browser extension that lists your live followed streamers and sends notifications when they start a new stream",
    "version": "4.2.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Twitch Live Extension",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/id.twitch.tv\/oauth2\/*",
        "https:\/\/api.twitch.tv\/helix\/*"
    ],
    "permissions": [
        "identity",
        "notifications",
        "alarms",
        "storage",
        "idle"
    ]
}