Swiperella

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

¿Qué es Swiperella?

Swiperella es una extensión de Chrome desarrollada por Swiperella, y su función principal es "Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Swiperella

Descarga archivos de extensión Swiperella en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Swiperella Swiperella
ID pihaknbeijjddmfgdgepcjoebhhcmamh
URL Oficial https://chrome.google.com/webstore/detail/swiperella/pihaknbeijjddmfgdgepcjoebhhcmamh
Descripción Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.
Tamaño del Archivo 72.98 KB
Cantidad de Instalaciones 38
Versión Actual 1.0.0
Última Actualización 2023-05-14
Fecha de Publicación 2023-05-14
Calificación 5.00/5 Total de 10 Calificaciones
Desarrollador Swiperella
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://swiperella.com
URL de la Página de Ayuda https://swiperella.com/data-protection-policy/
URL de la Página de Política de Privacidad https://swiperella.com/data-protection-policy
Idiomas Soportados 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"
    }
}