Twitch.tv Stream Search

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

Hvad er Twitch.tv Stream Search?

Twitch.tv Stream Search er en Chrome-udvidelse udviklet af tdloganj, og dens hovedfunktion er "This extension allows users to quickly and easily find and stream Twitch channels!".

Download Twitch.tv Stream Search-udvidelses-CRX-fil

Download Twitch.tv Stream Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch.tv Stream Search Twitch.tv Stream Search
ID mpimnemdomnlnllinjohifkedjepadjf
Officiel URL https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf
Beskrivelse This extension allows users to quickly and easily find and stream Twitch channels!
Filstørrelse 25.62 KB
Antal Installationer 30
Nuværende Version 1.1
Senest Opdateret 2015-09-16
Udgivelsesdato 2015-09-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler tdloganj
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}