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) هو إضافة Chrome تم تطويرها بواسطة Matching Solution Inc.، والميزة الرئيسية لها هي "You can skip swipes and sending messages, and start from the conversation.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Auto Swipe & Message for tinder (English ver)

قم بتنزيل ملفات الامتداد Auto Swipe & Message for tinder (English ver) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://matchingsolution.biz/en-company
عنوان صفحة سياسة الخصوصية 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"
    }
}