Random Twitch Stream Finder
Retrieves a random Twitch stream URL out of all currently active Twitch streams.
Co to jest Random Twitch Stream Finder?
Random Twitch Stream Finder to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Retrieves a random Twitch stream URL out of all currently active Twitch streams.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Random Twitch Stream Finder
Pobierz pliki rozszerzeń Random Twitch Stream Finder 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
Finds and retrieves a random Twitch stream URL from all currently active Twitch Streams with at least 5 viewers. Users can also quickly cycle through URLs until they find a stream they're interested in.
This extension is originally intended for academic use, but can be easily adapted for fun and entertainment. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gahomenacfabmmkedieckngggocgkdma |
| Oficjalny URL | https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma |
| Opis | Retrieves a random Twitch stream URL out of all currently active Twitch streams. |
| Rozmiar pliku | 5.03 MB |
| Liczba instalacji | 199 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2020-06-11 |
| Data Publikacji | 2020-06-11 |
| Ocena | 4.50/5 Łącznie 4 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Random Twitch Stream Finder",
"version": "1.0.0",
"description": "Retrieves a random Twitch stream URL out of all currently active Twitch streams.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "randomTwitchStream_32.png"
},
"manifest_version": 2,
"icons": {
"16": "randomTwitchStream_16.png",
"48": "randomTwitchStream_48.png",
"128": "randomTwitchStream_128.png"
}
} | |