Swiperella

Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.

什么是Swiperella?

Swiperella是由Swiperella开发的Chrome扩展程序,该扩展的主要功能是“Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.”。

扩展截图

screenshot
screenshot
screenshot

下载Swiperella扩展crx文件

下载Swiperella扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Swiperella - Tinder Assistant

Introducing Swiperella, the ultimate Tinder Extension that takes you to the next level! With Swiperella, you can sit back and relax while the bot automatically swipes right on potential matches for you. Say goodbye to the endless hours of swiping left and right - let Swiperella do the work for you!

But that's not all - Swiperella also offers the ability to send automatic messages to your matches, making the conversation process effortless. You can write four messages, and Swiperella will automatically send it out when a match is made. With this feature you will be the fastest writer ever! 

Try Swiperella 48 hours for free.

Support:
https://swiperella.com/contact/                    

扩展基本信息

名称 Swiperella Swiperella
ID pihaknbeijjddmfgdgepcjoebhhcmamh
官方URL https://chrome.google.com/webstore/detail/swiperella/pihaknbeijjddmfgdgepcjoebhhcmamh
简介 Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.
文件大小 72.98 KB
安装次数 38
当前版本 1.0.0
更新时间 2023-05-14
上架时间 2023-05-14
评分 5.00/5 共10次评分
开发者 Swiperella
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://swiperella.com
帮助页面URL https://swiperella.com/data-protection-policy/
隐私政策页面URL https://swiperella.com/data-protection-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Swiperella",
    "version": "1.0.0",
    "description": "Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.",
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/tinder.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Swiperella",
        "default_icon": "images\/128.png"
    }
}