Add & Reject Friends in 1 click
Do you have a lot of Friends Request in Facebook? Automatically accept or reject all requests in 1 click using this simple extension
Τι είναι το Add & Reject Friends in 1 click;
Το Add & Reject Friends in 1 click είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://toolsandextensions.com, και η κύρια λειτουργία του είναι "Do you have a lot of Friends Request in Facebook? Automatically accept or reject all requests in 1 click using this simple extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Add & Reject Friends in 1 click
Λήψη αρχείων επέκτασης Add & Reject Friends in 1 click σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
NEW: we can click on 'Add friends' buttons! [2022 new design added for ENGLISH ONLY]. If it doesn't work for your language - change Facebook language to English. Rate if it saved your time ;) Something is missing or not working - write us an email, do not reviews with a bad rating, any problem - send a message! Just run it, and follow instructions: you can accept all requests with just one click. Extension just does what you can do manually, nothing more. So simple! This version supports NEW Facebook design 2022 in 3 languages: en,fr,it. If you send us an email we will add your language too :) Ah, important: NO ADS, NO SPAM, NO MALWARE, NO ANY DATA SAVED :) if something is not working (sometimes Facebook changes buttons) - write me an email and I'll fix it, all updates are FREE :)
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | abbacbcffcihgllniancbkglbkaehakj |
Επίσημο URL | https://chrome.google.com/webstore/detail/add-reject-friends-in-1-c/abbacbcffcihgllniancbkglbkaehakj |
Περιγραφή | Do you have a lot of Friends Request in Facebook? Automatically accept or reject all requests in 1 click using this simple extension |
Μέγεθος Αρχείου | 101 KB |
Αριθμός Εγκαταστάσεων | 2,706 |
Τρέχουσα Έκδοση | 2022.10.5 |
Τελευταία Ενημέρωση | 2022-10-05 |
Ημερομηνία Δημοσίευσης | 2021-09-08 |
Αξιολόγηση | 3.71/5 Συνολικά 45 Αξιολογήσεις |
Προγραμματιστής | http://toolsandextensions.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.toolsandextensions.com/privacypolicy |
Υποστηριζόμενες Γλώσσες | de,en,fr,nl,no,es,it,pl,sk,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "2022.10.5", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "content.css", "fonts\/roboto-latin-400.woff2", "fonts\/roboto-latin-700.woff2" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "description": "__MSG_extdesc__", "homepage_url": "https:\/\/www.toolsandextensions.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "name": "Click to start" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ] } |