Hub

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

什麼是Hub?

Hub是由andwoo開發的Chrome擴展程式,該擴展的主要功能是“New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.”。

擴展截圖

screenshot
screenshot

下載Hub擴展crx文件

下載Hub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Hub Hub
ID fmbiminakmgaaglnogaemeighbdoolmi
官方網址 https://chromewebstore.google.com/detail/hub/fmbiminakmgaaglnogaemeighbdoolmi
簡介 New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.
檔案大小 329 KB
安裝次數 32
目前版本 2.5.0
更新時間 2023-08-11
上架時間 2020-05-10
評分 5.00/5 共 1 次評分
開發者 andwoo
電子郵箱 [email protected]
付費類型 free
擴展官網 https://amanley.com
說明頁面URL https://github.com/andwoo/browser-extension-homescreen
支援的語言 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]"
        }
    }
}