Feedback Hub Redirector
Lines of code that redirects Feedback Hub announcements to the unofficial web app
Qu'est-ce que Feedback Hub Redirector ?
Feedback Hub Redirector est une extension Chrome développée par Mehedi, et sa fonction principale est "Lines of code that redirects Feedback Hub announcements to the unofficial web app".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Feedback Hub Redirector
Téléchargez les fichiers d'extension Feedback Hub Redirector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Feedback Hub Redirector |
ID | dhilpifnjihljhiicnoiogekeiogghpl |
URL Officiel | https://chromewebstore.google.com/detail/feedback-hub-redirector/dhilpifnjihljhiicnoiogekeiogghpl |
Description | Lines of code that redirects Feedback Hub announcements to the unofficial web app |
Taille du Fichier | 13.91 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-08-23 |
Date de Publication | 2017-08-23 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | Mehedi |
Type de Paiement | free |
Site Web de l'Extension | http://fbl.fun |
Langues Prises en Charge | 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" ] } ] } |