Utility for Facebook
Utility for Facebook to improve Facebook user's experience and more
Was ist Utility for Facebook?
Utility for Facebook ist eine Chrome-Erweiterung, die von 2Red - Nguyen Truong An entwickelt wurde, und ihr Hauptmerkmal ist "Utility for Facebook to improve Facebook user's experience and more".
Erweiterungsscreenshots
Utility for Facebook-Erweiterungs-CRX-Datei herunterladen
Laden Sie Utility for Facebook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Utility for Facebook |
ID | bindlhahkbeopbjgjkhihjkanlebkoma |
Offizielle URL | https://chromewebstore.google.com/detail/utility-for-facebook/bindlhahkbeopbjgjkhihjkanlebkoma |
Beschreibung | Utility for Facebook to improve Facebook user's experience and more |
Dateigröße | 1.64 MB |
Installationsanzahl | 649 |
Aktuelle Version | 6.0.0 |
Letztes Update | 2023-03-16 |
Veröffentlichungsdatum | 2020-06-22 |
Bewertung | 3.78/5 Insgesamt 9 Bewertungen |
Entwickler | 2Red - Nguyen Truong An |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://2red.github.io/utility-for-facebook/ |
URL der Datenschutzrichtlinien-Seite | https://2red.github.io/utility-for-facebook/privacy.html |
Unterstützte Sprachen | 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 } |