Twitch Tab
See your stream and surf to the net !
Co to jest Twitch Tab?
Twitch Tab to rozszerzenie Chrome opracowane przez Toutoupou, a jego główną funkcją jest „See your stream and surf to the net !”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Tab
Pobierz pliki rozszerzeń Twitch Tab 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
surf on the net and watch your favorite streamers ! Make sure to enbale your panels Copy this in your navigation bar: "chrome://flags/#enable-panels" and active panels
Podstawowe informacje o rozszerzeniu
Nazwa | Twitch Tab |
ID | ljkaicdlogbblgehfmedfmlndblnjhcn |
Oficjalny URL | https://chromewebstore.google.com/detail/twitch-tab/ljkaicdlogbblgehfmedfmlndblnjhcn |
Opis | See your stream and surf to the net ! |
Rozmiar pliku | 39.89 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-09-12 |
Data Publikacji | 2016-09-12 |
Deweloper | Toutoupou |
Typ Płatności | free |
Obsługiwane Języki | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Tab", "description": " See your stream and surf to the net !", "version": "1.1", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "background": { "page": "background.html" }, "permissions": [ "notifications" ], "browser_action": { "default_icon": "data\/icon_twitch.png", "default_popup": "popup.html", "icons": { "19": "data\/icon_twitch.png" } } } |