Tinder Image Expander
Allows you to click on a Tinder profile image and to open it in a new tab
Tinder Image Expander là gì?
Tinder Image Expander là một tiện ích mở rộng Chrome được phát triển bởi omeriko9, và tính năng chính của nó là "Allows you to click on a Tinder profile image and to open it in a new tab".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tinder Image Expander
Tải xuống các tệp mở rộng Tinder Image Expander dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Fetches background-image from div for each picture, and adds a small button called 'open' that will open the image in a new tab
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | omjldoifbgnmpnjaeboeoomlmmhbepcg |
URL Chính Thức | https://chrome.google.com/webstore/detail/tinder-image-expander/omjldoifbgnmpnjaeboeoomlmmhbepcg |
Mô tả | Allows you to click on a Tinder profile image and to open it in a new tab |
Kích Thước Tệp | 34.81 KB |
Số Lần Cài Đặt | 3,113 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-06-12 |
Ngày Phát Hành | 2020-11-24 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | omeriko9 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |