Tinder Image Expander

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

Vad är Tinder Image Expander?

Tinder Image Expander är en Chrome-tillägg utvecklad av omeriko9, och dess huvudfunktion är "Allows you to click on a Tinder profile image and to open it in a new tab".

Tilläggsskärmbilder

screenshot

Ladda ner Tinder Image Expander-förlängningens CRX-fil

Ladda ner Tinder Image Expander-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Tinder Image Expander Tinder Image Expander
ID omjldoifbgnmpnjaeboeoomlmmhbepcg
Officiell webbadress https://chrome.google.com/webstore/detail/tinder-image-expander/omjldoifbgnmpnjaeboeoomlmmhbepcg
Beskrivning Allows you to click on a Tinder profile image and to open it in a new tab
Filstorlek 34.81 KB
Antal Installationer 3,113
Aktuell Version 1.3
Senast Uppdaterad 2022-06-12
Publiceringsdatum 2020-11-24
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare omeriko9
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}