Autopilot for Tinder

Autopilot for Tinder

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

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}