Facebook Redirect
Automatically redirects you to your messages page whenever you bring up facebook.
Facebook Redirect là gì?
Facebook Redirect là một tiện ích mở rộng Chrome được phát triển bởi matthewmorrone, và tính năng chính của nó là "Automatically redirects you to your messages page whenever you bring up facebook.".
Tải xuống tệp CRX của tiện ích mở rộng Facebook Redirect
Tải xuống các tệp mở rộng Facebook Redirect 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hlodpbnjcfkfnjoedpnkdnajkjkapmkk |
URL Chính Thức | https://chromewebstore.google.com/detail/facebook-redirect/hlodpbnjcfkfnjoedpnkdnajkjkapmkk |
Mô tả | Automatically redirects you to your messages page whenever you bring up facebook. |
Kích Thước Tệp | 60.23 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2015-12-03 |
Ngày Phát Hành | 2015-12-03 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | matthewmorrone |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.github.com/matthewmorrone1/facebook-redirect |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook Redirect", "manifest_version": 2, "version": "1.0.0", "description": "Automatically redirects you to your messages page whenever you bring up facebook.", "icons": { "16": "facebook-128.png", "48": "facebook-128.png", "128": "facebook-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "content.js" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.facebook.com\/*" ] } |