Tinder Image Expander

Tinder Image Expander

Allows you to click on a Tinder profile image and to open it in a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tinder Image Expander",
  "version": "1.3",
  "description": "Allows you to click on a Tinder profile image and to open it in a new tab",
  "content_scripts": [
    {
      "matches": [
        "https://*.tinder.com/*"
      ],
      "js": [
        "jquery.js",
        "contentScript.js"
      ]
    }
  ],
  "manifest_version": 3
}