Feedback Hub Redirector
Lines of code that redirects Feedback Hub announcements to the unofficial web app
Feedback Hub Redirector là gì?
Feedback Hub Redirector là một tiện ích mở rộng Chrome được phát triển bởi Mehedi, và tính năng chính của nó là "Lines of code that redirects Feedback Hub announcements to the unofficial web app".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Feedback Hub Redirector
Tải xuống các tệp mở rộng Feedback Hub Redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Feedback Hub Redirector |
ID | dhilpifnjihljhiicnoiogekeiogghpl |
URL Chính Thức | https://chromewebstore.google.com/detail/feedback-hub-redirector/dhilpifnjihljhiicnoiogekeiogghpl |
Mô tả | Lines of code that redirects Feedback Hub announcements to the unofficial web app |
Kích Thước Tệp | 13.91 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-08-23 |
Ngày Phát Hành | 2017-08-23 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Mehedi |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://fbl.fun |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |