Tinder Image Expander

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

Co je Tinder Image Expander?

Tinder Image Expander je rozšíření Chrome vyvinuté omeriko9, a jeho hlavní funkcí je „Allows you to click on a Tinder profile image and to open it in a new tab“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Tinder Image Expander

Stáhněte si soubory rozšíření Tinder Image Expander ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Tinder Image Expander Tinder Image Expander
ID omjldoifbgnmpnjaeboeoomlmmhbepcg
Oficiální URL https://chrome.google.com/webstore/detail/tinder-image-expander/omjldoifbgnmpnjaeboeoomlmmhbepcg
Popis Allows you to click on a Tinder profile image and to open it in a new tab
Velikost souboru 34.81 KB
Počet instalací 3,113
Aktuální Verze 1.3
Poslední Aktualizace 2022-06-12
Datum Vydání 2020-11-24
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář omeriko9
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}