Feedback Hub Redirector
Lines of code that redirects Feedback Hub announcements to the unofficial web app
Vad är Feedback Hub Redirector?
Feedback Hub Redirector är en Chrome-tillägg utvecklad av Mehedi, och dess huvudfunktion är "Lines of code that redirects Feedback Hub announcements to the unofficial web app".
Tilläggsskärmbilder
Ladda ner Feedback Hub Redirector-förlängningens CRX-fil
Ladda ner Feedback Hub Redirector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Feedback Hub Redirector |
ID | dhilpifnjihljhiicnoiogekeiogghpl |
Officiell webbadress | https://chromewebstore.google.com/detail/feedback-hub-redirector/dhilpifnjihljhiicnoiogekeiogghpl |
Beskrivning | Lines of code that redirects Feedback Hub announcements to the unofficial web app |
Filstorlek | 13.91 KB |
Antal Installationer | 19 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2017-08-23 |
Publiceringsdatum | 2017-08-23 |
Betyg | 3.00/5 Totalt 1 Betyg |
Utvecklare | Mehedi |
Betalningssätt | free |
Tilläggswebbplats | http://fbl.fun |
Stödda Språk | 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" ] } ] } |