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 |
官方網址 | 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" ] } ] } |