Swiperella

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

Qu'est-ce que Swiperella ?

Swiperella est une extension Chrome développée par Swiperella, et sa fonction principale est "Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Swiperella

Téléchargez les fichiers d'extension Swiperella au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Swiperella Swiperella
ID pihaknbeijjddmfgdgepcjoebhhcmamh
URL Officiel https://chrome.google.com/webstore/detail/swiperella/pihaknbeijjddmfgdgepcjoebhhcmamh
Description Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.
Taille du Fichier 72.98 KB
Nombre d'Installations 38
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-05-14
Date de Publication 2023-05-14
Évaluation 5.00/5 Total 10 Évaluations
Développeur Swiperella
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://swiperella.com
URL de la Page d'Aide https://swiperella.com/data-protection-policy/
URL de la Page de Politique de Confidentialité https://swiperella.com/data-protection-policy
Langues Prises en Charge 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"
    }
}