Auto Swiper Free

Automatically swipes for you on your behalf.

Apa itu Auto Swiper Free?

Auto Swiper Free adalah ekstensi Chrome yang dikembangkan oleh Roy Ernst, dan fitur utamanya adalah "Automatically swipes for you on your behalf.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Auto Swiper Free

Unduh file ekstensi Auto Swiper Free dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Auto Swiper Free Auto Swiper Free
ID fgkcalcgebocnghiklhjhnhdolpfigie
URL Resmi https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie
Deskripsi Automatically swipes for you on your behalf.
Ukuran File 124 KB
Jumlah Instalasi 11
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-07-06
Tanggal Publikasi 2022-07-06
Pengembang Roy Ernst
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}