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”。
扩展截图
下载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
扩展基本信息
名称 | |
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 } |