Feedback Hub Redirector
Lines of code that redirects Feedback Hub announcements to the unofficial web app
ما هو Feedback Hub Redirector؟
Feedback Hub Redirector هو إضافة Chrome تم تطويرها بواسطة Mehedi، والميزة الرئيسية لها هي "Lines of code that redirects Feedback Hub announcements to the unofficial web app".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Feedback Hub Redirector
قم بتنزيل ملفات الامتداد Feedback Hub Redirector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Feedback Hub Redirector |
ID | dhilpifnjihljhiicnoiogekeiogghpl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/feedback-hub-redirector/dhilpifnjihljhiicnoiogekeiogghpl |
الوصف | Lines of code that redirects Feedback Hub announcements to the unofficial web app |
حجم الملف | 13.91 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-08-23 |
تاريخ النشر | 2017-08-23 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | Mehedi |
نوع الدفع | free |
موقع الإضافة | http://fbl.fun |
اللغات المدعومة | 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" ] } ] } |