Autopilot for Tinder

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

Autopilot for Tinder क्या है?

Autopilot for Tinder Autopilot Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Don't waste time swiping. Autopilot will do it for you."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Autopilot for Tinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Autopilot for Tinder Autopilot for Tinder
ID ckbomlknmandimdddbaakmflbjnibcai
आधिकारिक URL https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai
विवरण Don't waste time swiping. Autopilot will do it for you.
फ़ाइल का आकार 556 KB
स्थापना संख्या 1,457
वर्तमान संस्करण 0.0.0.4
अंतिम अपडेट 2018-07-22
प्रकाशन तिथि 2018-07-22
रेटिंग 3.64/5 कुल 11 रेटिंग्स
डेवलपर Autopilot Team
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}