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是由omeriko9開發的Chrome擴展程式,該擴展的主要功能是“Allows you to click on a Tinder profile image and to open it in a new tab”。

擴展截圖

screenshot

下載Tinder Image Expander擴展crx文件

下載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
官方網址 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
}