Swiperino Max
Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date
什么是Swiperino Max?
Swiperino Max是由https://swiperino.com开发的Chrome扩展程序,该扩展的主要功能是“Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date”。
扩展截图
下载Swiperino Max扩展crx文件
下载Swiperino Max扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tinder Auto Liker with smart swiping - Swiperino makes your swiping look more human-like as to avoid bans Custom Geographical location - Planning a trip to Sweden or Greece? Why not start matching ahead of time. This actually changes your location. So it will show that you are actually in whatever location you decide. Auto Messaging! When you first match with people you can automatically send a prewritten message! Routines! Set up when you want Swiperino to automatically start swiping for you! Our goal is to get you the most out of Tinder and hopefully find that right person you've been looking for.
扩展基本信息
名称 | Swiperino Max |
ID | dkpjdenhokmnbkpmdgpkoognocgdhlpk |
官方URL | https://chromewebstore.google.com/detail/swiperino-max/dkpjdenhokmnbkpmdgpkoognocgdhlpk |
简介 | Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date |
文件大小 | 367 KB |
安装次数 | 540 |
当前版本 | 5.2.0 |
更新时间 | 2023-11-01 |
上架时间 | 2022-11-01 |
评分 | 4.80/5 共5次评分 |
开发者 | https://swiperino.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://swiperino.com |
帮助页面URL | https://swiperino.com/help |
隐私政策页面URL | https://swiperino.com/privacy-policy |
支持的语言 | de,en,fr,es,it,pl,pt-BR,pt-PT,ru,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swiperino Max", "description": "Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date", "version": "5.2.0", "manifest_version": 3, "default_locale": "en", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "css\/jquery-ui.css", "css\/style.css" ], "js": [ "js\/jquery-3.0.0.min.js", "js\/jquery-ui-v1.13.2.min.js", "js\/jquery.toast.min.js", "translations.js", "main.js" ], "matches": [ "https:\/\/tinder.com\/*", "https:\/\/*.tinder.com\/*", "https:\/\/lovoo.com\/*", "https:\/\/*.lovoo.com\/*", "https:\/\/okcupid.com\/*", "https:\/\/*.okcupid.com\/*", "https:\/\/pof.com\/*", "https:\/\/*.pof.com\/*", "https:\/\/zoosk.com\/*", "https:\/\/*.zoosk.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "alarms", "tabs" ], "host_permissions": [ "https:\/\/swiperino.com\/*", "https:\/\/*.swiperino.com\/*", "https:\/\/tinder.com\/*", "https:\/\/*.tinder.com\/*", "https:\/\/lovoo.com\/*", "https:\/\/*.lovoo.com\/*", "https:\/\/okcupid.com\/*", "https:\/\/*.okcupid.com\/*", "https:\/\/pof.com\/*", "https:\/\/*.pof.com\/*", "https:\/\/zoosk.com\/*", "https:\/\/*.zoosk.com\/*" ], "web_accessible_resources": [ { "resources": [ "geo.js" ], "matches": [ "https:\/\/tinder.com\/*", "https:\/\/*.tinder.com\/*", "https:\/\/lovoo.com\/*", "https:\/\/*.lovoo.com\/*", "https:\/\/okcupid.com\/*", "https:\/\/*.okcupid.com\/*", "https:\/\/pof.com\/*", "https:\/\/*.pof.com\/*", "https:\/\/zoosk.com\/*", "https:\/\/*.zoosk.com\/*" ] } ], "icons": { "16": "img\/icon-16.png", "128": "img\/icon-128.png" } } |