Autopilot for Tinder

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

Vad är Autopilot for Tinder?

Autopilot for Tinder är en Chrome-tillägg utvecklad av Autopilot Team, och dess huvudfunktion är "Don't waste time swiping. Autopilot will do it for you.".

Tilläggsskärmbilder

Ladda ner Autopilot for Tinder-förlängningens CRX-fil

Ladda ner Autopilot for Tinder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Autopilot for Tinder Autopilot for Tinder
ID ckbomlknmandimdddbaakmflbjnibcai
Officiell webbadress https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai
Beskrivning Don't waste time swiping. Autopilot will do it for you.
Filstorlek 556 KB
Antal Installationer 1,457
Aktuell Version 0.0.0.4
Senast Uppdaterad 2018-07-22
Publiceringsdatum 2018-07-22
Betyg 3.64/5 Totalt 11 Betyg
Utvecklare Autopilot Team
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}