Auto Swipe & Message for tinder (English ver)

You can skip swipes and sending messages, and start from the conversation.

什么是Auto Swipe & Message for tinder (English ver)?

Auto Swipe & Message for tinder (English ver)是由Matching Solution Inc.开发的Chrome扩展程序,该扩展的主要功能是“You can skip swipes and sending messages, and start from the conversation.”。

扩展截图

screenshot

下载Auto Swipe & Message for tinder (English ver)扩展crx文件

下载Auto Swipe & Message for tinder (English ver)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Auto Swipe & Message for tinder is a Chrome extension that performs "auto swipe" and "auto message" in "tinder" opened in Google Chrome.

You can reduce swipe time and mismatches, and start by talking to the matchmate who returned the message to you.

You can also set detailed conditions and carefully select the people you like, so you can automate the approach aimed at "your favorite person".

Even if you want to increase the number of matches,
"What should I start with?"
"How can I approach only my favorite in a short time?"
I think there are many people who are stepping on that way.

The important things are "automation of tinder function", "moderate Nope rate", and "keyword selection".
This product fully supports the automation of swipe message transmission and the increase of matching rate.

Would you like to start now?                    

扩展基本信息

名称 Auto Swipe & Message for tinder (English ver) Auto Swipe & Message for tinder (English ver)
ID nfbefgcglbflnmdnblejpidcddbhhcga
官方URL https://chrome.google.com/webstore/detail/auto-swipe-message-for-ti/nfbefgcglbflnmdnblejpidcddbhhcga
简介 You can skip swipes and sending messages, and start from the conversation.
文件大小 77.76 KB
安装次数 320
当前版本 1.0.4
更新时间 2021-06-24
上架时间 2020-10-24
评分 3.00/5 共6次评分
开发者 Matching Solution Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://matchingsolution.biz/en-company
帮助页面URL https://matchingsolution.biz/en-company
隐私政策页面URL https://matchingsolution.biz/ja-asmt-privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Swipe & Message for tinder (English ver)",
    "short_name": "Auto SMt",
    "description": "You can skip swipes and sending messages, and start from the conversation.",
    "version": "1.0.4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/jquery.toast.min.css",
                "css\/jquery.tagsinput.min.css",
                "css\/jquery.modal.min.css"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/jquery.toast.min.js",
                "js\/jquery.tagsinput.min.js",
                "js\/jquery.modal.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/tinder.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}