Feedback Hub Redirector
Lines of code that redirects Feedback Hub announcements to the unofficial web app
什么是Feedback Hub Redirector?
Feedback Hub Redirector是由Mehedi开发的Chrome扩展程序,该扩展的主要功能是“Lines of code that redirects Feedback Hub announcements to the unofficial web app”。
扩展截图
下载Feedback Hub Redirector扩展crx文件
下载Feedback Hub Redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lines of code that redirects Feedback Hub announcements to the unofficial web app fbl.fun. Automatically redirects the official Feedback Hub links to fbl.fun so that you don't need to manually open 'em up.
扩展基本信息
名称 | Feedback Hub Redirector |
ID | dhilpifnjihljhiicnoiogekeiogghpl |
官方URL | https://chromewebstore.google.com/detail/feedback-hub-redirector/dhilpifnjihljhiicnoiogekeiogghpl |
简介 | Lines of code that redirects Feedback Hub announcements to the unofficial web app |
文件大小 | 13.91 KB |
安装次数 | 19 |
当前版本 | 1.0.1 |
更新时间 | 2017-08-23 |
上架时间 | 2017-08-23 |
评分 | 3.00/5 共1次评分 |
开发者 | Mehedi |
付费类型 | free |
扩展官网 | http://fbl.fun |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feedback Hub Redirector", "version": "1.0.1", "author": "Mehedi Hassan", "manifest_version": 2, "description": "Lines of code that redirects Feedback Hub announcements to the unofficial web app", "homepage_url": "https:\/\/twitter.com\/mehedih_", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/insider.windows.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/insider.windows.com\/*" ], "run_at": "document_start", "js": [ "inject.js" ] } ] } |