Twitch.tv Stream Search

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

Vad är Twitch.tv Stream Search?

Twitch.tv Stream Search är en Chrome-tillägg utvecklad av tdloganj, och dess huvudfunktion är "This extension allows users to quickly and easily find and stream Twitch channels!".

Ladda ner Twitch.tv Stream Search-förlängningens CRX-fil

Ladda ner Twitch.tv Stream Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Twitch.tv Stream Search Twitch.tv Stream Search
ID mpimnemdomnlnllinjohifkedjepadjf
Officiell webbadress https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf
Beskrivning This extension allows users to quickly and easily find and stream Twitch channels!
Filstorlek 25.62 KB
Antal Installationer 30
Aktuell Version 1.1
Senast Uppdaterad 2015-09-16
Publiceringsdatum 2015-09-16
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare tdloganj
Betalningssätt free
Stödda Språk 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\/"
    ]
}