Feedback Hub Redirector
Lines of code that redirects Feedback Hub announcements to the unofficial web app
What is Feedback Hub Redirector?
Feedback Hub Redirector is a Chrome extension developed by Mehedi, and its main feature is "Lines of code that redirects Feedback Hub announcements to the unofficial web app".
Extension Screenshots
Download Feedback Hub Redirector Extension CRX File
Download Feedback Hub Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Feedback Hub Redirector |
ID | dhilpifnjihljhiicnoiogekeiogghpl |
Official URL | https://chromewebstore.google.com/detail/feedback-hub-redirector/dhilpifnjihljhiicnoiogekeiogghpl |
Description | Lines of code that redirects Feedback Hub announcements to the unofficial web app |
File Size | 13.91 KB |
Installation Count | 19 |
Current Version | 1.0.1 |
Last Updated | 2017-08-23 |
Publish Date | 2017-08-23 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Mehedi |
Payment Type | free |
Extension Website | http://fbl.fun |
Supported Languages | 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" ] } ] } |