Feedback Hub Redirector
Lines of code that redirects Feedback Hub announcements to the unofficial web app
Co to jest Feedback Hub Redirector?
Feedback Hub Redirector to rozszerzenie Chrome opracowane przez Mehedi, a jego główną funkcją jest „Lines of code that redirects Feedback Hub announcements to the unofficial web app”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Feedback Hub Redirector
Pobierz pliki rozszerzeń Feedback Hub Redirector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Feedback Hub Redirector |
ID | dhilpifnjihljhiicnoiogekeiogghpl |
Oficjalny URL | https://chromewebstore.google.com/detail/feedback-hub-redirector/dhilpifnjihljhiicnoiogekeiogghpl |
Opis | Lines of code that redirects Feedback Hub announcements to the unofficial web app |
Rozmiar pliku | 13.91 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2017-08-23 |
Data Publikacji | 2017-08-23 |
Ocena | 3.00/5 Łącznie 1 Oceny |
Deweloper | Mehedi |
Typ Płatności | free |
Strona Rozszerzenia | http://fbl.fun |
Obsługiwane Języki | 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" ] } ] } |