tinder4me

tinder4me

Allows you to automatically like all tinder people.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Mal1t1a",
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://tinder.com/*"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "tinderme.js"
      ]
    }
  ],
  "description": "Allows you to automatically like all tinder people.",
  "icons": {
    "32": "t4b_icon_32x32.png",
    "128": "t4b_icon_128x128.png"
  },
  "manifest_version": 2,
  "name": "tinder4me",
  "permissions": [
    "https://tinder.com/*",
    "storage"
  ],
  "short_name": "t4m",
  "version": "1.0.0",
  "web_accessible_resources": [
    "jquery-3.5.1.min.js",
    "tinderme.js",
    "t4b_icon_128x128.png",
    "manifest.json"
  ]
}