View Streams!
Finally, a stream browsing extension that you have the power to control.
O que é View Streams!?
View Streams! é uma extensão do Chrome desenvolvida por Brioux, e sua principal característica é "Finally, a stream browsing extension that you have the power to control.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão View Streams!
Baixe arquivos de extensão View Streams! 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
A Twitch.tv stream browsing extension that allows you to quickly find an enjoyable stream for any game. This stream browser brings you new level of control and customizability. Search for your favorite games to show or just browse popular games. Change skins or create your own. Regardless of if you're watching League of Legends, Dota 2, Rocket League, or any other game -- We've got you covered.
Informações Básicas da Extensão
Nome | View Streams! |
ID | caohgnfajjlomaolfpidhohnikmankjm |
URL Oficial | https://chromewebstore.google.com/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm |
Descrição | Finally, a stream browsing extension that you have the power to control. |
Tamanho do Arquivo | 574 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.0.5 |
Última Atualização | 2016-09-20 |
Data de Publicação | 2016-09-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Brioux |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.5", "name": "View Streams!", "description": "Finally, a stream browsing extension that you have the power to control.", "icons": { "16": "css\/img\/icon_16x16.png", "48": "css\/img\/icon_48x48.png", "128": "css\/img\/icon_128x128.png" }, "permissions": [ "storage", "alarms", "https:\/\/api.twitch.tv\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" }, "browser_action": { "default_popup": "index.html" }, "options_page": "options.html" } |