Hub
New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.
Wat is Hub?
Hub is een Chrome-extensie ontwikkeld door andwoo, en de belangrijkste functie is "New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hub
Download Hub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
View your list of Live Twitch streamers, upcoming e-sports matches and a list of your favourite subreddits all in one place, the Hub.
Basisinformatie over de Extensie
Naam | Hub |
ID | fmbiminakmgaaglnogaemeighbdoolmi |
Officiële URL | https://chromewebstore.google.com/detail/hub/fmbiminakmgaaglnogaemeighbdoolmi |
Beschrijving | New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches. |
Bestandsgrootte | 329 KB |
Aantal Installaties | 32 |
Huidige Versie | 2.5.0 |
Laatst Bijgewerkt | 2023-08-11 |
Publicatiedatum | 2020-05-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | andwoo |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://amanley.com |
Help Pagina-URL | https://github.com/andwoo/browser-extension-homescreen |
Ondersteunde Talen | 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]" } } } |