Fast Friends Adder

Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.

Co to jest Fast Friends Adder?

Fast Friends Adder to rozszerzenie Chrome opracowane przez https://yifanai.com, a jego główną funkcją jest „Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fast Friends Adder

Pobierz pliki rozszerzeń Fast Friends Adder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Fast Friends Adder Fast Friends Adder
ID hmgacjfedelbnegghammmeehiogliggi
Oficjalny URL https://chromewebstore.google.com/detail/fast-friends-adder/hmgacjfedelbnegghammmeehiogliggi
Opis Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.
Rozmiar pliku 21.36 KB
Liczba instalacji 3,234
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2022-10-16
Data Publikacji 2021-07-17
Ocena 3.31/5 Łącznie 16 Oceny
Deweloper https://yifanai.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://yifanai.com
Adres URL Strony Pomocy https://yifanai.com
Obsługiwane Języki 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\/"
}