Auto Swiper Free

Automatically swipes for you on your behalf.

Cos'è Auto Swiper Free?

Auto Swiper Free è un'estensione di Chrome sviluppata da Roy Ernst, e la sua funzione principale è "Automatically swipes for you on your behalf.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Auto Swiper Free

Scarica i file di estensione Auto Swiper Free in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Auto Swiper Free Auto Swiper Free
ID fgkcalcgebocnghiklhjhnhdolpfigie
URL Ufficiale https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie
Descrizione Automatically swipes for you on your behalf.
Dimensione del File 124 KB
Conteggio Installazioni 11
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-07-06
Data di Pubblicazione 2022-07-06
Sviluppatore Roy Ernst
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}