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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Fast Friends Adder

قم بتنزيل ملفات الامتداد Fast Friends Adder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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\/"
}