Tinder Clicker
Match Away!! 💕
什么是Tinder Clicker?
Tinder Clicker是由mohit.developer21开发的Chrome扩展程序,该扩展的主要功能是“Match Away!! 💕”。
扩展截图
下载Tinder Clicker扩展crx文件
下载Tinder Clicker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click on tinder web page https://tinder.com/app/recs
扩展基本信息
名称 | Tinder Clicker |
ID | fghdbbmhcdigcnkloiboaahhjbnmfaeb |
官方URL | https://chrome.google.com/webstore/detail/tinder-clicker/fghdbbmhcdigcnkloiboaahhjbnmfaeb |
简介 | Match Away!! 💕 |
文件大小 | 10.56 KB |
安装次数 | 78 |
当前版本 | 1.0 |
更新时间 | 2022-08-04 |
上架时间 | 2022-08-04 |
开发者 | mohit.developer21 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tinder Clicker", "description": "Match Away!! \ud83d\udc95", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/click_16.png", "32": "\/images\/click_32.png", "48": "\/images\/click_48.png", "128": "\/images\/click_64.png" } }, "permissions": [ "storage", "activeTab", "scripting" ], "icons": { "16": "\/images\/click_16.png", "32": "\/images\/click_32.png", "48": "\/images\/click_48.png", "128": "\/images\/click_64.png" } } |