Auto Swiper Free

Automatically swipes for you on your behalf.

Wat is Auto Swiper Free?

Auto Swiper Free is een Chrome-extensie ontwikkeld door Roy Ernst, en de belangrijkste functie is "Automatically swipes for you on your behalf.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Auto Swiper Free

Download Auto Swiper Free-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Auto Swiper Free Auto Swiper Free
ID fgkcalcgebocnghiklhjhnhdolpfigie
Officiële URL https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie
Beschrijving Automatically swipes for you on your behalf.
Bestandsgrootte 124 KB
Aantal Installaties 11
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-07-06
Publicatiedatum 2022-07-06
Ontwikkelaar Roy Ernst
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}