Tinder Image Expander

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

Qu'est-ce que Tinder Image Expander ?

Tinder Image Expander est une extension Chrome développée par omeriko9, et sa fonction principale est "Allows you to click on a Tinder profile image and to open it in a new tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tinder Image Expander

Téléchargez les fichiers d'extension Tinder Image Expander au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Tinder Image Expander Tinder Image Expander
ID omjldoifbgnmpnjaeboeoomlmmhbepcg
URL Officiel 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
Taille du Fichier 34.81 KB
Nombre d'Installations 3,113
Version Actuelle 1.3
Dernière Mise à Jour 2022-06-12
Date de Publication 2020-11-24
Évaluation 5.00/5 Total 4 Évaluations
Développeur omeriko9
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}