Dating App Wingman (autolike > auto message)
Writes your message in Tinder (and other sites) for you, plus autoswipe, contact save and more.
Was ist Dating App Wingman (autolike > auto message)?
Dating App Wingman (autolike > auto message) ist eine Chrome-Erweiterung, die von https://www.datingappwingman.com entwickelt wurde, und ihr Hauptmerkmal ist "Writes your message in Tinder (and other sites) for you, plus autoswipe, contact save and more.".
Erweiterungsscreenshots
Dating App Wingman (autolike > auto message)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dating App Wingman (autolike > auto message)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ggpjanpefciccadogbcjibnaekdbahfl |
| Offizielle URL | https://chromewebstore.google.com/detail/dating-app-wingman-autoli/ggpjanpefciccadogbcjibnaekdbahfl |
| Beschreibung | Writes your message in Tinder (and other sites) for you, plus autoswipe, contact save and more. |
| Dateigröße | 332 KB |
| Installationsanzahl | 187 |
| Aktuelle Version | 1.2.1 |
| Letztes Update | 2019-11-26 |
| Veröffentlichungsdatum | 2019-11-21 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.datingappwingman.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |