Hub

New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.

What is Hub?

Hub is a Chrome extension developed by andwoo, and its main feature is "New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.".

Extension Screenshots

screenshot
screenshot

Download Hub Extension CRX File

Download Hub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        View your list of Live Twitch streamers, upcoming e-sports matches and a list of your favourite subreddits all in one place, the Hub.                    

Extension Basic Information

Name Hub Hub
ID fmbiminakmgaaglnogaemeighbdoolmi
Official URL https://chromewebstore.google.com/detail/hub/fmbiminakmgaaglnogaemeighbdoolmi
Description New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.
File Size 329 KB
Installation Count 32
Current Version 2.5.0
Last Updated 2023-08-11
Publish Date 2020-05-10
Rating 5.00/5 Total 1 Ratings
Developer andwoo
Email [email protected]
Payment Type free
Extension Website https://amanley.com
Help Page URL https://github.com/andwoo/browser-extension-homescreen
Supported Languages 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]"
        }
    }
}