Twitch.tv Stream Search

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

Wat is Twitch.tv Stream Search?

Twitch.tv Stream Search is een Chrome-extensie ontwikkeld door tdloganj, en de belangrijkste functie is "This extension allows users to quickly and easily find and stream Twitch channels!".

Download het CRX-bestand van de extensie Twitch.tv Stream Search

Download Twitch.tv Stream Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Twitch.tv Stream Search Twitch.tv Stream Search
ID mpimnemdomnlnllinjohifkedjepadjf
Officiële URL https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf
Beschrijving This extension allows users to quickly and easily find and stream Twitch channels!
Bestandsgrootte 25.62 KB
Aantal Installaties 30
Huidige Versie 1.1
Laatst Bijgewerkt 2015-09-16
Publicatiedatum 2015-09-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar tdloganj
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}