Fast Friends Adder
Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.
Τι είναι το Fast Friends Adder;
Το Fast Friends Adder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://yifanai.com, και η κύρια λειτουργία του είναι "Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Fast Friends Adder
Λήψη αρχείων επέκτασης Fast Friends Adder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Fast Friends Adder helps you to automatically click every "Add Friend" button on the new design of Facebook website (https://yifanai.com/facebook-new). This Chrome Extension is for users who would like to add new friends effortlessly. You can add it from Chrome Web Store (https://yifanai.com/ffa). You simply go to a page where there is friends you want to add (on Facebook), refresh the page and it starts working. When you want to finish adding friends, you can simply close the tab. If you happen to benefit from my free Chrome Extension, you can also support me financially by buying me coffee. 👨💻❤️☕️ https://buymeacoffee.com/yifanai https://patreon.com/yifanai https://github.com/sponsors/yifaneye
Βασικές Πληροφορίες Επέκτασης
Όνομα | Fast Friends Adder |
ID | hmgacjfedelbnegghammmeehiogliggi |
Επίσημο URL | https://chromewebstore.google.com/detail/fast-friends-adder/hmgacjfedelbnegghammmeehiogliggi |
Περιγραφή | Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website. |
Μέγεθος Αρχείου | 21.36 KB |
Αριθμός Εγκαταστάσεων | 3,234 |
Τρέχουσα Έκδοση | 0.1.4 |
Τελευταία Ενημέρωση | 2022-10-16 |
Ημερομηνία Δημοσίευσης | 2021-07-17 |
Αξιολόγηση | 3.31/5 Συνολικά 16 Αξιολογήσεις |
Προγραμματιστής | https://yifanai.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://yifanai.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://yifanai.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fast Friends Adder", "version": "0.1.4", "description": "Fast Friends Adder helps you to automatically click every \"Add Friend\" button on the new Facebook website.", "icons": { "64": "icon64.png", "128": "icon128.png", "256": "icon256.png", "512": "icon512.png" }, "author": "Yifan Ai", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "index.js" ] } ], "homepage_url": "https:\/\/www.yifanai.com\/" } |