Auto Swiper

Auto Swiper

What is an Auto Swiper? An Auto Swiper is a Software that automatically distributes likes on dating platforms. This has the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Auto Swiper",
  "version": "2.0",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-3.6.0.min.js",
        "js/jquery.typetype.min.js",
        "js/crypto-js.min.js",
        "js/main.js"
      ],
      "css": [
        "css/main.css"
      ],
      "matches": [
        "https://tinder.com/*",
        "https://*.tinder.com/*",
        "https://*.lovoo.com/*",
        "https://lovoo.com/*",
        "https://*.badoo.com/*",
        "https://badoo.com/*",
        "https://*.bumble.com/*",
        "https://bumble.com/*"
      ],
      "resources": [
        "hello.html"
      ],
      "run_at": "document_end"
    }
  ]
}