Dating App Wingman (autolike > auto message)
Writes your message in Tinder (and other sites) for you, plus autoswipe, contact save and more.
Dating App Wingman (autolike > auto message)란 무엇입니까?
Dating App Wingman (autolike > auto message)은(는) https://www.datingappwingman.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Writes your message in Tinder (and other sites) for you, plus autoswipe, contact save and more."입니다.
확장 프로그램 스크린샷
Dating App Wingman (autolike > auto message) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Dating App Wingman (autolike > auto message) |
ID | ggpjanpefciccadogbcjibnaekdbahfl |
공식 URL | https://chromewebstore.google.com/detail/dating-app-wingman-autoli/ggpjanpefciccadogbcjibnaekdbahfl |
설명 | Writes your message in Tinder (and other sites) for you, plus autoswipe, contact save and more. |
파일 크기 | 332 KB |
설치 횟수 | 187 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2019-11-26 |
출시 날짜 | 2019-11-21 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.datingappwingman.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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 } |