Autopilot for Tinder

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

Qu'est-ce que Autopilot for Tinder ?

Autopilot for Tinder est une extension Chrome développée par Autopilot Team, et sa fonction principale est "Don't waste time swiping. Autopilot will do it for you.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Autopilot for Tinder

Téléchargez les fichiers d'extension Autopilot for Tinder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Autopilot for Tinder Autopilot for Tinder
ID ckbomlknmandimdddbaakmflbjnibcai
URL Officiel https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai
Description Don't waste time swiping. Autopilot will do it for you.
Taille du Fichier 556 KB
Nombre d'Installations 1,457
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2018-07-22
Date de Publication 2018-07-22
Évaluation 3.64/5 Total 11 Évaluations
Développeur Autopilot Team
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}