Twitch.tv Stream Search

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

Co to jest Twitch.tv Stream Search?

Twitch.tv Stream Search to rozszerzenie Chrome opracowane przez tdloganj, a jego główną funkcją jest „This extension allows users to quickly and easily find and stream Twitch channels!”.

Pobierz plik CRX rozszerzenia Twitch.tv Stream Search

Pobierz pliki rozszerzeń Twitch.tv Stream Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitch.tv Stream Search Twitch.tv Stream Search
ID mpimnemdomnlnllinjohifkedjepadjf
Oficjalny URL https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf
Opis This extension allows users to quickly and easily find and stream Twitch channels!
Rozmiar pliku 25.62 KB
Liczba instalacji 30
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-09-16
Data Publikacji 2015-09-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper tdloganj
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}