Auto Swiper Free

Automatically swipes for you on your behalf.

Was ist Auto Swiper Free?

Auto Swiper Free ist eine Chrome-Erweiterung, die von Roy Ernst entwickelt wurde, und ihr Hauptmerkmal ist "Automatically swipes for you on your behalf.".

Erweiterungsscreenshots

screenshot
screenshot

Auto Swiper Free-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Swiper Free-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Auto Swiper Free Auto Swiper Free
ID fgkcalcgebocnghiklhjhnhdolpfigie
Offizielle URL https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie
Beschreibung Automatically swipes for you on your behalf.
Dateigröße 124 KB
Installationsanzahl 11
Aktuelle Version 1.0.2
Letztes Update 2022-07-06
Veröffentlichungsdatum 2022-07-06
Entwickler Roy Ernst
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}