Dating App Wingwoman Pro

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

Dating App Wingwoman Pro란 무엇입니까?

Dating App Wingwoman Pro은(는) https://www.datingappwingman.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Writes your message in Tinder (and other sites) for you, contact save and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Dating App Wingwoman Pro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Impress the boys. Dating App Wingwoman is a chrome extension which helps you improve your results on Tinder (plus many other websites) with:

* AutoLike - Just let it run.
* AutoMessages - Quickly insert great messages to make them laugh. 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.datingappwingman.com                    

확장 프로그램 기본 정보

이름 Dating App Wingwoman Pro Dating App Wingwoman Pro
ID khdglgohfkkfljojgkmbliofjamnocjg
공식 URL https://chromewebstore.google.com/detail/dating-app-wingwoman-pro/khdglgohfkkfljojgkmbliofjamnocjg
설명 Writes your message in Tinder (and other sites) for you, contact save and more.
파일 크기 332 KB
설치 횟수 76
현재 버전 1.2.1
최근 업데이트 2019-11-23
출시 날짜 2019-11-22
평점 5.00/5 총 2 개의 평점
개발자 https://www.datingappwingman.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dating App Wingwoman Pro",
    "short_name": "DAWingwoman",
    "version": "1.2.1",
    "description": "Writes your message in Tinder (and other sites) for you, contact save and more.",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/product_icon_wingwoman_16.png",
            "32": "images\/product_icon_wingwoman_32.png",
            "48": "images\/product_icon_wingwoman_64.png",
            "128": "images\/product_icon_wingwoman_128.png"
        },
        "default_title": "Dating App Wingwoman... used to help women with various online dating sites"
    },
    "icons": {
        "16": "images\/product_icon_wingwoman_16.png",
        "32": "images\/product_icon_wingwoman_32.png",
        "48": "images\/product_icon_wingwoman_64.png",
        "128": "images\/product_icon_wingwoman_128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "manifest_version": 2
}