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
公式URL 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
Eメール [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]"
        }
    }
}