Dating App Wingman (autolike > auto message)

Writes your message in Tinder (and other sites) for you, plus autoswipe, contact save and more.

Qu'est-ce que Dating App Wingman (autolike > auto message) ?

Dating App Wingman (autolike > auto message) est une extension Chrome développée par https://www.datingappwingman.com, et sa fonction principale est "Writes your message in Tinder (and other sites) for you, plus autoswipe, contact save and more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dating App Wingman (autolike > auto message)

Téléchargez les fichiers d'extension Dating App Wingman (autolike > auto message) 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 Wingman is a chrome extension which helps you improve your results on Tinder (plus many other online dating websites) with:

* AutoLike - Just let it run.
* AutoMessages - Quickly insert great messages to make them laugh, feel and get their number. Automatically inserts their name and you can save/customize to make their own.
* AutoContact - Extracts their profile picture and all their details to add to your contacts and reread just before your first wonderful date.

... and more! See: www.tinderwingman.com                    

Informations de Base sur l'Extension

Nom Dating App Wingman (autolike > auto message) Dating App Wingman (autolike > auto message)
ID ggpjanpefciccadogbcjibnaekdbahfl
URL Officiel https://chromewebstore.google.com/detail/dating-app-wingman-autoli/ggpjanpefciccadogbcjibnaekdbahfl
Description Writes your message in Tinder (and other sites) for you, plus autoswipe, contact save and more.
Taille du Fichier 332 KB
Nombre d'Installations 187
Version Actuelle 1.2.1
Dernière Mise à Jour 2019-11-26
Date de Publication 2019-11-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.datingappwingman.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dating App Wingman (autolike > auto message)",
    "short_name": "DAWingman",
    "version": "1.2.1",
    "description": "Writes your message in Tinder (and other sites) for you, plus autoswipe, contact save and more.",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/product_icon_16.png",
            "32": "images\/product_icon_32.png",
            "48": "images\/product_icon_64.png",
            "128": "images\/product_icon_128.png"
        },
        "default_title": "Dating App Wingman... used to help with various online dating sites"
    },
    "icons": {
        "16": "images\/product_icon_16.png",
        "32": "images\/product_icon_32.png",
        "48": "images\/product_icon_64.png",
        "128": "images\/product_icon_128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "manifest_version": 2
}