TF.TV Stream List
Chrome extension for TF.TV's stream list
Co to jest TF.TV Stream List?
TF.TV Stream List to rozszerzenie Chrome opracowane przez http://teamfortress.tv, a jego główną funkcją jest „Chrome extension for TF.TV's stream list”.
Pobierz plik CRX rozszerzenia TF.TV Stream List
Pobierz pliki rozszerzeń TF.TV Stream List 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 addon gives you the utility of the TeamFortress.TV stream bar containing all competitive Team Fortress 2 streams.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | ceaikjmnnmcokebkjhlaebbeoangichf |
Oficjalny URL | https://chrome.google.com/webstore/detail/tftv-stream-list/ceaikjmnnmcokebkjhlaebbeoangichf |
Opis | Chrome extension for TF.TV's stream list |
Rozmiar pliku | 4.06 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2012-09-05 |
Data Publikacji | 2012-09-05 |
Ocena | 4.40/5 Łącznie 10 Oceny |
Deweloper | http://teamfortress.tv |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TF.TV Stream List", "version": "1.0", "description": "Chrome extension for TF.TV's stream list", "permissions": [ "http:\/\/www.teamfortress.tv\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |