OnlineTTV

Extension showing the list of active followed channels.

O que é OnlineTTV?

OnlineTTV é uma extensão do Chrome desenvolvida por Mego, e sua principal característica é "Extension showing the list of active followed channels.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OnlineTTV

Baixe arquivos de extensão OnlineTTV 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

                        OnlineTTV is an extension that will greatly improve the way you manage your favorite Twitch streams.
You can view the active channels of your favorite streamers.
Now you can get the status of your favorite streams in one place.
Fast and convenient!                    

Informações Básicas da Extensão

Nome OnlineTTV OnlineTTV
ID becfleolohnaegiedeidikdfndkdcjcm
URL Oficial https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm
Descrição Extension showing the list of active followed channels.
Tamanho do Arquivo 29.01 KB
Contagem de Instalações 38
Versão Atual 1.5.0
Última Atualização 2022-06-06
Data de Publicação 2022-03-21
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Mego
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://megomvs.github.io/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OnlineTTV",
    "version": "1.5.0",
    "description": "Extension showing the list of active followed channels.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "49": "icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/megomvs.github.io\/"
    ]
}