Add friends on Facebook

Extension auto add friends on facebook

Co to jest Add friends on Facebook?

Add friends on Facebook to rozszerzenie Chrome opracowane przez thaycacac, a jego główną funkcją jest „Extension auto add friends on facebook”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Add friends on Facebook

Pobierz pliki rozszerzeń Add friends on Facebook 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

                        This extension helps you to automatically add friends with friends on facebook, you can automatically add friends on pages with friends list with additional buttons like a member list, ...
Step 1: Go to page members of group public or page find friends (https://www.facebook.com/?sk=ff)
Step 2: Reload page current
Step 3: Input limit add friends.
Step 4: Click button Start                    

Podstawowe informacje o rozszerzeniu

Nazwa Add friends on Facebook Add friends on Facebook
ID hfgelnndldfocpbakijlajclkljembdm
Oficjalny URL https://chrome.google.com/webstore/detail/add-friends-on-facebook/hfgelnndldfocpbakijlajclkljembdm
Opis Extension auto add friends on facebook
Rozmiar pliku 24.03 KB
Liczba instalacji 3,000
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-05-02
Data Publikacji 2019-05-02
Ocena 1.59/5 Łącznie 17 Oceny
Deweloper thaycacac
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://thaycacac.github.io
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add friends on Facebook",
    "description": "Extension auto add friends on facebook",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/groups\/*\/members\/",
                "https:\/\/www.facebook.com\/?sk=ff"
            ],
            "js": [
                "js\/tools.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "notifications"
    ]
}