Auto Swiper Free

Automatically swipes for you on your behalf.

Qu'est-ce que Auto Swiper Free ?

Auto Swiper Free est une extension Chrome développée par Roy Ernst, et sa fonction principale est "Automatically swipes for you on your behalf.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Auto Swiper Free

Téléchargez les fichiers d'extension Auto Swiper Free 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

                        Automatically swipes for you on your behalf. Leave the window in the background for the best effect. Do not leave open for inhuman amount of hours.                    

Informations de Base sur l'Extension

Nom Auto Swiper Free Auto Swiper Free
ID fgkcalcgebocnghiklhjhnhdolpfigie
URL Officiel https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie
Description Automatically swipes for you on your behalf.
Taille du Fichier 124 KB
Nombre d'Installations 11
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-07-06
Date de Publication 2022-07-06
Développeur Roy Ernst
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Swiper Free",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "Automatically swipes for you on your behalf.",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Auto Swiper Free",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "host_permissions": [
        "https:\/\/tinder.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}