Feedback Hub Redirector
Lines of code that redirects Feedback Hub announcements to the unofficial web app
Was ist Feedback Hub Redirector?
Feedback Hub Redirector ist eine Chrome-Erweiterung, die von Mehedi entwickelt wurde, und ihr Hauptmerkmal ist "Lines of code that redirects Feedback Hub announcements to the unofficial web app".
Erweiterungsscreenshots
Feedback Hub Redirector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Feedback Hub Redirector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Feedback Hub Redirector |
ID | dhilpifnjihljhiicnoiogekeiogghpl |
Offizielle URL | https://chromewebstore.google.com/detail/feedback-hub-redirector/dhilpifnjihljhiicnoiogekeiogghpl |
Beschreibung | Lines of code that redirects Feedback Hub announcements to the unofficial web app |
Dateigröße | 13.91 KB |
Installationsanzahl | 19 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2017-08-23 |
Veröffentlichungsdatum | 2017-08-23 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | Mehedi |
Zahlungsart | free |
Erweiterungswebsite | http://fbl.fun |
Unterstützte Sprachen | 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" ] } ] } |