Utility for Facebook
Utility for Facebook to improve Facebook user's experience and more
Utility for Facebook là gì?
Utility for Facebook là một tiện ích mở rộng Chrome được phát triển bởi 2Red - Nguyen Truong An, và tính năng chính của nó là "Utility for Facebook to improve Facebook user's experience and more".
Ả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 Utility for Facebook
Tải xuống các tệp mở rộng Utility for Facebook 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
Author: 2Red-Nguyen Truong An Features *Security* - Turn on profile picture guard - Protect your avatar *Counting features* - Facebook Kount: Message rankings are based on friends *Scaning features* + Group and page management - Leave multiple/all groups that you joined - Unlike multiple/all pages that you liked *See the first message* - A feature help you see the first message you sent to your friend *Download video from Facebook* - A feature help you download video from Facebook *Custom theme* - A feature help you customize the web interface at your discretion *Extra features* - Stop load more new feed - Count the time you spend on facebook *Donations* Utility for Facebook is free to use. If you like Utility for Facebook and want to help ensure its further development, please consider contributing: https://2red.github.io/utility-for-facebook/#donate
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Utility for Facebook |
ID | bindlhahkbeopbjgjkhihjkanlebkoma |
URL Chính Thức | https://chromewebstore.google.com/detail/utility-for-facebook/bindlhahkbeopbjgjkhihjkanlebkoma |
Mô tả | Utility for Facebook to improve Facebook user's experience and more |
Kích Thước Tệp | 1.64 MB |
Số Lần Cài Đặt | 649 |
Phiên Bản Hiện Tại | 6.0.0 |
Cập Nhật Lần Cuối | 2023-03-16 |
Ngày Phát Hành | 2020-06-22 |
Đánh Giá | 3.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | 2Red - Nguyen Truong An |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://2red.github.io/utility-for-facebook/ |
URL Trang Chính Sách Bảo Mật | https://2red.github.io/utility-for-facebook/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Utility for Facebook", "short_name": "UFF", "description": "Utility for Facebook to improve Facebook user's experience and more", "version": "6.0.0", "author": "2Red - Nguyen Truong An", "icons": { "128": "icon128.png" }, "permissions": [ "notifications", "cookies", "storage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/fb.watch\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "rule-1", "enabled": true, "path": "rules.json" } ] }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/facebook.js", "js\/timer.js" ], "run_at": "document_end", "all_frames": false } ], "action": [], "manifest_version": 3 } |