Feedback Hub Redirector
Lines of code that redirects Feedback Hub announcements to the unofficial web app
Cos'è Feedback Hub Redirector?
Feedback Hub Redirector è un'estensione di Chrome sviluppata da Mehedi, e la sua funzione principale è "Lines of code that redirects Feedback Hub announcements to the unofficial web app".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Feedback Hub Redirector
Scarica i file di estensione Feedback Hub Redirector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Feedback Hub Redirector |
ID | dhilpifnjihljhiicnoiogekeiogghpl |
URL Ufficiale | https://chromewebstore.google.com/detail/feedback-hub-redirector/dhilpifnjihljhiicnoiogekeiogghpl |
Descrizione | Lines of code that redirects Feedback Hub announcements to the unofficial web app |
Dimensione del File | 13.91 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-08-23 |
Data di Pubblicazione | 2017-08-23 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | Mehedi |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://fbl.fun |
Lingue Supportate | 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" ] } ] } |