Twitch Tabs
Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!
O que é Twitch Tabs?
Twitch Tabs é uma extensão do Chrome desenvolvida por RocketBuilt Apps, e sua principal característica é "Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Tabs
Baixe arquivos de extensão Twitch Tabs 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
Simply log in to you Twitch account through the extension and set your favorite streams! Easily track your favorite streamers and see when they are online. Twitch Tabs allows you to open all of your favorite online Twitch streams in tabs with the click of a button or individual streams. Update 0.4.1: Implemented Chrome Notifications with the ability to toggle on and off Bug fixes
Informações Básicas da Extensão
Nome | Twitch Tabs |
ID | bnaleaigeeaockjojmidjnpfkhaobdbg |
URL Oficial | https://chromewebstore.google.com/detail/twitch-tabs/bnaleaigeeaockjojmidjnpfkhaobdbg |
Descrição | Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online! |
Tamanho do Arquivo | 1.19 MB |
Contagem de Instalações | 86 |
Versão Atual | 0.4.1 |
Última Atualização | 2020-12-26 |
Data de Publicação | 2020-12-25 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | RocketBuilt Apps |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/tylern88/streamertabs/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Tabs", "version": "0.4.1", "description": "Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!", "permissions": [ "identity", "storage", "notifications", "alarms", "https:\/\/id.twitch.tv\/*" ], "background": { "scripts": [ "static\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "static\/js\/content.js" ], "matches": [ "https:\/\/*.twitch.tv\/*" ] } ], "icons": { "192": "logo192.png" }, "browser_action": { "default_icon": { "192": "logo192.png" }, "default_title": "Twitch Tabs", "default_popup": "popup.html" }, "options_ui": { "page": "options.html" } } |