All Friends Remover for Social
Remove all Social friends just in 2 clicks.
Τι είναι το All Friends Remover for Social;
Το All Friends Remover for Social είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gorillasbrain.com, και η κύρια λειτουργία του είναι "Remove all Social friends just in 2 clicks.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης All Friends Remover for Social
Λήψη αρχείων επέκτασης All Friends Remover for Social σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
How to unfriend all friends on Social Facebook? Just use our simple extension. Removing all of your friends on Facebook has never been so easy. This extension will handle this dull task in just 2 clicks from any page of your browser: - First click will open the page with your friends. - The second click will delete them all at once. In just a few mouse clicks, extension will automatically remove all friends from your account and will save a lot of your time, especially if you have many friends. Free time for walking in the park or for other useful activities. Entrust this work to a specially trained tool. This extension can be useful if you are looking for a way to how to delete facebook quickly or just want to remove all facebook friends. ------- Note ------- Facebook™ is a trademark of Facebook™ Inc. This extension, namely “All Friends Remover" has no connection to Facebook™ inc. Use this extension at your own risk. Delete your Facebook™ friends carefully. Developer is not liable for any moral or material damage incurred to you related to the removal of friends on Facebook™ by this extension. Using "All Friends Remover" Chrome Extension means that you agree to these terms.
Βασικές Πληροφορίες Επέκτασης
Όνομα | All Friends Remover for Social |
ID | kihfdgpnhlkopkiadeopobhbpeplffam |
Επίσημο URL | https://chromewebstore.google.com/detail/all-friends-remover-for-s/kihfdgpnhlkopkiadeopobhbpeplffam |
Περιγραφή | Remove all Social friends just in 2 clicks. |
Μέγεθος Αρχείου | 279 KB |
Αριθμός Εγκαταστάσεων | 35,269 |
Τρέχουσα Έκδοση | 3.5.2 |
Τελευταία Ενημέρωση | 2024-02-23 |
Ημερομηνία Δημοσίευσης | 2020-06-02 |
Αξιολόγηση | 3.46/5 Συνολικά 977 Αξιολογήσεις |
Προγραμματιστής | https://gorillasbrain.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://gorillasbrain.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://gorillasbrain.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/gorillasbrain/privacy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "action": { "default_icon": "assets\/icons\/icon.png", "default_popup": "index.html", "default_title": "__MSG_default_title__" }, "author": "gorillasbrain", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content\/content.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ], "content_security_policy": { "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'" }, "default_locale": "en", "description": "__MSG_description__", "host_permissions": [ "*:\/\/*.facebook.com\/*" ], "icons": { "128": "assets\/icons\/icon_128.png", "32": "assets\/icons\/icon_32.png", "48": "assets\/icons\/icon_48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhbPVJxRX5DjOUgLMTYrPAG9xr\/7DjRFrFnfSjmE83MfpooUjwXLV50NiTpXEopJai+F64Eh55UdpsS8Mt6n30s0uuVi3B7EdK5WXDJOKG9ke0MBAuC8pvmK6ISEtl0KuL2feDFNmzaRdNeeLLP1nJ4aqctWvEjC\/IsjYy0fkoQ2I7lQ4F\/V8RKI9H9irvbVj8A3WWp7xQl9qaC53R+ukLVdcnKeSaOGUV\/n\/s9r+vG7DVpOh3B1nSWVk8ipH2V5v9dfG8ZvcqTcjKtZIEQ4i9ez63Eq10x2KxK8DooGGahzVh9NWH0rt47HPJ38nEz68SqIbRXRiDI94F6mdGMDJtwIDAQAB", "manifest_version": 3, "name": "__MSG_name__", "permissions": [ "tabs", "storage", "scripting" ], "short_name": "__MSG_short_name__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.5.2", "version_name": "3.5.2", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "content\/*.*" ] } ] } |