Tinder Image Expander

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

What is Tinder Image Expander?

Tinder Image Expander is a Chrome extension developed by omeriko9, and its main feature is "Allows you to click on a Tinder profile image and to open it in a new tab".

Extension Screenshots

screenshot

Download Tinder Image Expander Extension CRX File

Download Tinder Image Expander extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Fetches background-image from div for each picture, and adds a small button called 'open' that will open the image in a new tab                    

Extension Basic Information

Name Tinder Image Expander Tinder Image Expander
ID omjldoifbgnmpnjaeboeoomlmmhbepcg
Official URL https://chrome.google.com/webstore/detail/tinder-image-expander/omjldoifbgnmpnjaeboeoomlmmhbepcg
Description Allows you to click on a Tinder profile image and to open it in a new tab
File Size 34.81 KB
Installation Count 3,113
Current Version 1.3
Last Updated 2022-06-12
Publish Date 2020-11-24
Rating 5.00/5 Total 4 Ratings
Developer omeriko9
Email [email protected]
Payment Type free
Supported Languages en
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
}