Twitch.tv Stream Search

This extension allows users to quickly and easily find and stream Twitch channels!

O que é Twitch.tv Stream Search?

Twitch.tv Stream Search é uma extensão do Chrome desenvolvida por tdloganj, e sua principal característica é "This extension allows users to quickly and easily find and stream Twitch channels!".

Baixar o arquivo CRX da Extensão Twitch.tv Stream Search

Baixe arquivos de extensão Twitch.tv Stream Search 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 little extension allows you to quickly search twitch for any stream of any game you want! If you find the stream you want to watch, just click on the image and it will open the twitch player right in the view! Otherwise you may click on the streamer name to be linked directly to their site.                    

Informações Básicas da Extensão

Nome Twitch.tv Stream Search Twitch.tv Stream Search
ID mpimnemdomnlnllinjohifkedjepadjf
URL Oficial https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf
Descrição This extension allows users to quickly and easily find and stream Twitch channels!
Tamanho do Arquivo 25.62 KB
Contagem de Instalações 30
Versão Atual 1.1
Última Atualização 2015-09-16
Data de Publicação 2015-09-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor tdloganj
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "manifest_version": 2,
    "name": "Twitch.tv Stream Search",
    "description": "This extension allows users to quickly and easily find and stream Twitch channels!",
    "browser_action": {
        "default_icon": ".\/assets\/GlitchIcon_Purple.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "fullscreen",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}