Twitch.tv Stream Search

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

Co je Twitch.tv Stream Search?

Twitch.tv Stream Search je rozšíření Chrome vyvinuté tdloganj, a jeho hlavní funkcí je „This extension allows users to quickly and easily find and stream Twitch channels!“.

Stáhnout soubor CRX rozšíření Twitch.tv Stream Search

Stáhněte si soubory rozšíření Twitch.tv Stream Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Twitch.tv Stream Search Twitch.tv Stream Search
ID mpimnemdomnlnllinjohifkedjepadjf
Oficiální URL https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf
Popis This extension allows users to quickly and easily find and stream Twitch channels!
Velikost souboru 25.62 KB
Počet instalací 30
Aktuální Verze 1.1
Poslední Aktualizace 2015-09-16
Datum Vydání 2015-09-16
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář tdloganj
Typ Platby free
Podporované Jazyky 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\/"
    ]
}