Tinder Image Expander

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

Cos'è Tinder Image Expander?

Tinder Image Expander è un'estensione di Chrome sviluppata da omeriko9, e la sua funzione principale è "Allows you to click on a Tinder profile image and to open it in a new tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tinder Image Expander

Scarica i file di estensione Tinder Image Expander in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Tinder Image Expander Tinder Image Expander
ID omjldoifbgnmpnjaeboeoomlmmhbepcg
URL Ufficiale https://chrome.google.com/webstore/detail/tinder-image-expander/omjldoifbgnmpnjaeboeoomlmmhbepcg
Descrizione Allows you to click on a Tinder profile image and to open it in a new tab
Dimensione del File 34.81 KB
Conteggio Installazioni 3,113
Versione Corrente 1.3
Ultimo Aggiornamento 2022-06-12
Data di Pubblicazione 2020-11-24
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore omeriko9
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}