Utility for Facebook
Utility for Facebook to improve Facebook user's experience and more
什麼是Utility for Facebook?
Utility for Facebook是由2Red - Nguyen Truong An開發的Chrome擴展程式,該擴展的主要功能是“Utility for Facebook to improve Facebook user's experience and more”。
擴展截圖
下載Utility for Facebook擴展crx文件
下載Utility for Facebook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Utility for Facebook |
ID | bindlhahkbeopbjgjkhihjkanlebkoma |
官方網址 | https://chromewebstore.google.com/detail/utility-for-facebook/bindlhahkbeopbjgjkhihjkanlebkoma |
簡介 | Utility for Facebook to improve Facebook user's experience and more |
檔案大小 | 1.64 MB |
安裝次數 | 649 |
目前版本 | 6.0.0 |
更新時間 | 2023-03-16 |
上架時間 | 2020-06-22 |
評分 | 3.78/5 共 9 次評分 |
開發者 | 2Red - Nguyen Truong An |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://2red.github.io/utility-for-facebook/ |
隱私政策頁面URL | https://2red.github.io/utility-for-facebook/privacy.html |
支援的語言 | 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 } |