Tinder Image Expander

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

Co to jest Tinder Image Expander?

Tinder Image Expander to rozszerzenie Chrome opracowane przez omeriko9, a jego główną funkcją jest „Allows you to click on a Tinder profile image and to open it in a new tab”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tinder Image Expander

Pobierz pliki rozszerzeń Tinder Image Expander w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Tinder Image Expander Tinder Image Expander
ID omjldoifbgnmpnjaeboeoomlmmhbepcg
Oficjalny URL https://chrome.google.com/webstore/detail/tinder-image-expander/omjldoifbgnmpnjaeboeoomlmmhbepcg
Opis Allows you to click on a Tinder profile image and to open it in a new tab
Rozmiar pliku 34.81 KB
Liczba instalacji 3,113
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-06-12
Data Publikacji 2020-11-24
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper omeriko9
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}