Tinder Image Expander

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

Apa itu Tinder Image Expander?

Tinder Image Expander adalah ekstensi Chrome yang dikembangkan oleh omeriko9, dan fitur utamanya adalah "Allows you to click on a Tinder profile image and to open it in a new tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tinder Image Expander

Unduh file ekstensi Tinder Image Expander dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Tinder Image Expander Tinder Image Expander
ID omjldoifbgnmpnjaeboeoomlmmhbepcg
URL Resmi https://chrome.google.com/webstore/detail/tinder-image-expander/omjldoifbgnmpnjaeboeoomlmmhbepcg
Deskripsi Allows you to click on a Tinder profile image and to open it in a new tab
Ukuran File 34.81 KB
Jumlah Instalasi 3,113
Versi Saat Ini 1.3
Terakhir Diperbarui 2022-06-12
Tanggal Publikasi 2020-11-24
Penilaian 5.00/5 Total 4 Penilaian
Pengembang omeriko9
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}