Hub

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

Hub là gì?

Hub là một tiện ích mở rộng Chrome được phát triển bởi andwoo, và tính năng chính của nó là "New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hub

Tải xuống các tệp mở rộng Hub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hub Hub
ID fmbiminakmgaaglnogaemeighbdoolmi
URL Chính Thức https://chromewebstore.google.com/detail/hub/fmbiminakmgaaglnogaemeighbdoolmi
Mô tả New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.
Kích Thước Tệp 329 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 2.5.0
Cập Nhật Lần Cuối 2023-08-11
Ngày Phát Hành 2020-05-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển andwoo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://amanley.com
URL Trang Trợ Giúp https://github.com/andwoo/browser-extension-homescreen
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}