Hub
New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.
Co to jest Hub?
Hub to rozszerzenie Chrome opracowane przez andwoo, a jego główną funkcją jest „New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hub
Pobierz pliki rozszerzeń Hub 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
View your list of Live Twitch streamers, upcoming e-sports matches and a list of your favourite subreddits all in one place, the Hub.
Podstawowe informacje o rozszerzeniu
Nazwa | Hub |
ID | fmbiminakmgaaglnogaemeighbdoolmi |
Oficjalny URL | https://chromewebstore.google.com/detail/hub/fmbiminakmgaaglnogaemeighbdoolmi |
Opis | New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches. |
Rozmiar pliku | 329 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 2.5.0 |
Ostatnia Aktualizacja | 2023-08-11 |
Data Publikacji | 2020-05-10 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | andwoo |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://amanley.com |
Adres URL Strony Pomocy | https://github.com/andwoo/browser-extension-homescreen |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hub", "version": "2.5.0", "description": "New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.", "icons": { "16": "dist\/icons\/icon16.png", "48": "dist\/icons\/icon48.png", "128": "dist\/icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "dist\/index.html" }, "permissions": [ "https:\/\/api.reddit.com\/", "https:\/\/api.twitch.tv\/", "https:\/\/www.vlr.gg\/", "https:\/\/fonts.googleapis.com\/", "https:\/\/api.rss2json.com\/", "storage" ], "applications": { "gecko": { "id": "[email protected]" } } } |