Tinder Image Expander

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

Τι είναι το Tinder Image Expander;

Το Tinder Image Expander είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον omeriko9, και η κύρια λειτουργία του είναι "Allows you to click on a Tinder profile image and to open it in a new tab".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tinder Image Expander

Λήψη αρχείων επέκτασης Tinder Image Expander σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Tinder Image Expander Tinder Image Expander
ID omjldoifbgnmpnjaeboeoomlmmhbepcg
Επίσημο URL https://chrome.google.com/webstore/detail/tinder-image-expander/omjldoifbgnmpnjaeboeoomlmmhbepcg
Περιγραφή Allows you to click on a Tinder profile image and to open it in a new tab
Μέγεθος Αρχείου 34.81 KB
Αριθμός Εγκαταστάσεων 3,113
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2022-06-12
Ημερομηνία Δημοσίευσης 2020-11-24
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής omeriko9
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}