Twitch Tab
See your stream and surf to the net !
O que é Twitch Tab?
Twitch Tab é uma extensão do Chrome desenvolvida por Toutoupou, e sua principal característica é "See your stream and surf to the net !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Tab
Baixe arquivos de extensão Twitch Tab 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
surf on the net and watch your favorite streamers ! Make sure to enbale your panels Copy this in your navigation bar: "chrome://flags/#enable-panels" and active panels
Informações Básicas da Extensão
Nome | Twitch Tab |
ID | ljkaicdlogbblgehfmedfmlndblnjhcn |
URL Oficial | https://chromewebstore.google.com/detail/twitch-tab/ljkaicdlogbblgehfmedfmlndblnjhcn |
Descrição | See your stream and surf to the net ! |
Tamanho do Arquivo | 39.89 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.1 |
Última Atualização | 2016-09-12 |
Data de Publicação | 2016-09-12 |
Desenvolvedor | Toutoupou |
Tipo de Pagamento | free |
Idiomas Suportados | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Tab", "description": " See your stream and surf to the net !", "version": "1.1", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "background": { "page": "background.html" }, "permissions": [ "notifications" ], "browser_action": { "default_icon": "data\/icon_twitch.png", "default_popup": "popup.html", "icons": { "19": "data\/icon_twitch.png" } } } |