TwitchCast Helper
For everyone that use TwitchCast https://nightdev.com/twitchcast/
O que é TwitchCast Helper?
TwitchCast Helper é uma extensão do Chrome desenvolvida por Codeentangle, e sua principal característica é "For everyone that use TwitchCast https://nightdev.com/twitchcast/".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TwitchCast Helper
Baixe arquivos de extensão TwitchCast Helper 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
This extension works in three simple steps. Step 1 Go to twitch channel of choise. Step 2 TwitchCast Helper play button will activate. Step 3 Click to be directed to the TwitchCast page.
Informações Básicas da Extensão
Nome | TwitchCast Helper |
ID | fcflimbaekgabcddmkgdhinddiabgcjf |
URL Oficial | https://chromewebstore.google.com/detail/twitchcast-helper/fcflimbaekgabcddmkgdhinddiabgcjf |
Descrição | For everyone that use TwitchCast https://nightdev.com/twitchcast/ |
Tamanho do Arquivo | 6.42 KB |
Contagem de Instalações | 45 |
Versão Atual | 0.2.4 |
Última Atualização | 2017-11-11 |
Data de Publicação | 2017-11-11 |
Desenvolvedor | Codeentangle |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/codeentangle/TwitchCast-Helper |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TwitchCast Helper", "version": "0.2.4", "description": "For everyone that use TwitchCast https:\/\/nightdev.com\/twitchcast\/", "background": { "scripts": [ "init.js" ], "persistent": false }, "page_action": { "default_icon": "icon-128.png", "default_title": "TwitchCast Helper" }, "content_scripts": [ { "matches": [ "https:\/\/nightdev.com\/twitchcast\/*" ], "js": [ "setchannel.js" ] } ], "permissions": [ "declarativeContent", "tabs", "storage" ], "icons": { "240": "icon-128.png" } } |