Twitch.tv Stream Search

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

Cos'è Twitch.tv Stream Search?

Twitch.tv Stream Search è un'estensione di Chrome sviluppata da tdloganj, e la sua funzione principale è "This extension allows users to quickly and easily find and stream Twitch channels!".

Scarica il file CRX dell'estensione Twitch.tv Stream Search

Scarica i file di estensione Twitch.tv Stream Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitch.tv Stream Search Twitch.tv Stream Search
ID mpimnemdomnlnllinjohifkedjepadjf
URL Ufficiale https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf
Descrizione This extension allows users to quickly and easily find and stream Twitch channels!
Dimensione del File 25.62 KB
Conteggio Installazioni 30
Versione Corrente 1.1
Ultimo Aggiornamento 2015-09-16
Data di Pubblicazione 2015-09-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore tdloganj
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}