Auto Liker for 🔥

Automatically Swipes For You.

Qu'est-ce que Auto Liker for 🔥 ?

Auto Liker for 🔥 est une extension Chrome développée par A & P, et sa fonction principale est "Automatically Swipes For You.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto Liker for 🔥

Téléchargez les fichiers d'extension Auto Liker for 🔥 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ⭐ Tinder Auto Liker That Automatically Swipes For you ⭐

Easy To Use:

1.) Just go to Tinder.com on your desktop 
2.) Click on our fire 🔥extension icon
3.) Click 'Start' and it will automatically start swiping right 
4.) Click 'Stop' if you want to stop it from swiping right
5.) Slide the speed bar or enter in your desired swipe per second

Features:
1 - Easy To Use. 
2 - Swipes Right On Everyone.
3 - 'Start' & 'Stop' Button
4 - Sliding Speed Bar.

Install Auto Liker for 🔥and start swiping today!


Important Notes :
- This app is NOT affiliated with or endorsed by Tinder, Inc.                    

Informations de Base sur l'Extension

Nom Auto Liker for 🔥 Auto Liker for 🔥
ID kigkkoaookbdloeellianbgcniajfbob
URL Officiel https://chromewebstore.google.com/detail/auto-liker-for-%F0%9F%94%A5/kigkkoaookbdloeellianbgcniajfbob
Description Automatically Swipes For You.
Taille du Fichier 83 KB
Nombre d'Installations 1,404
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-07-07
Date de Publication 2021-07-07
Évaluation 4.00/5 Total 14 Évaluations
Développeur A & P
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Liker for \ud83d\udd25",
    "description": "Automatically Swipes For You.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Auto Liker for \ud83d\udd25",
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "156": "icons\/icon156.png",
        "196": "icons\/icon196.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tinder.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}