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
}