Autopilot for Tinder

Don't waste time swiping. Autopilot will do it for you.

Co to jest Autopilot for Tinder?

Autopilot for Tinder to rozszerzenie Chrome opracowane przez Autopilot Team, a jego główną funkcją jest „Don't waste time swiping. Autopilot will do it for you.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Autopilot for Tinder

Pobierz pliki rozszerzeń Autopilot for Tinder 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

                        How it works?

1. Install extension
2. Go to www.tinder.com
3. You will see button in the left top corner
4. Turn it ON
5. It will swipe RIGHT every photo for you
6. Once you receive MATCH a random GIF will be sent automatically for you

Have fun!                    

Podstawowe informacje o rozszerzeniu

Nazwa Autopilot for Tinder Autopilot for Tinder
ID ckbomlknmandimdddbaakmflbjnibcai
Oficjalny URL https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai
Opis Don't waste time swiping. Autopilot will do it for you.
Rozmiar pliku 556 KB
Liczba instalacji 1,457
Aktualna Wersja 0.0.0.4
Ostatnia Aktualizacja 2018-07-22
Data Publikacji 2018-07-22
Ocena 3.64/5 Łącznie 11 Oceny
Deweloper Autopilot Team
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autopilot for Tinder",
    "description": "Don't waste time swiping. Autopilot will do it for you.",
    "version": "0.0.0.4",
    "author": "Tinder Autopilot",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}