Auto Swiper Free

Automatically swipes for you on your behalf.

Τι είναι το Auto Swiper Free;

Το Auto Swiper Free είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Roy Ernst, και η κύρια λειτουργία του είναι "Automatically swipes for you on your behalf.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Auto Swiper Free

Λήψη αρχείων επέκτασης Auto Swiper Free σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Auto Swiper Free Auto Swiper Free
ID fgkcalcgebocnghiklhjhnhdolpfigie
Επίσημο URL https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie
Περιγραφή Automatically swipes for you on your behalf.
Μέγεθος Αρχείου 124 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2022-07-06
Ημερομηνία Δημοσίευσης 2022-07-06
Προγραμματιστής Roy Ernst
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}