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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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]" } } } |