Auto Swipe & Message for tinder (English ver)
You can skip swipes and sending messages, and start from the conversation.
Auto Swipe & Message for tinder (English ver)란 무엇입니까?
Auto Swipe & Message for tinder (English ver)은(는) Matching Solution Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can skip swipes and sending messages, and start from the conversation."입니다.
확장 프로그램 스크린샷
Auto Swipe & Message for tinder (English ver) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Auto Swipe & Message for tinder is a Chrome extension that performs "auto swipe" and "auto message" in "tinder" opened in Google Chrome. You can reduce swipe time and mismatches, and start by talking to the matchmate who returned the message to you. You can also set detailed conditions and carefully select the people you like, so you can automate the approach aimed at "your favorite person". Even if you want to increase the number of matches, "What should I start with?" "How can I approach only my favorite in a short time?" I think there are many people who are stepping on that way. The important things are "automation of tinder function", "moderate Nope rate", and "keyword selection". This product fully supports the automation of swipe message transmission and the increase of matching rate. Would you like to start now?
확장 프로그램 기본 정보
이름 | Auto Swipe & Message for tinder (English ver) |
ID | nfbefgcglbflnmdnblejpidcddbhhcga |
공식 URL | https://chrome.google.com/webstore/detail/auto-swipe-message-for-ti/nfbefgcglbflnmdnblejpidcddbhhcga |
설명 | You can skip swipes and sending messages, and start from the conversation. |
파일 크기 | 77.76 KB |
설치 횟수 | 320 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2021-06-24 |
출시 날짜 | 2020-10-24 |
평점 | 3.00/5 총 6 개의 평점 |
개발자 | Matching Solution Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://matchingsolution.biz/en-company |
도움말 페이지 URL | https://matchingsolution.biz/en-company |
개인정보 보호 정책 페이지 URL | https://matchingsolution.biz/ja-asmt-privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Swipe & Message for tinder (English ver)", "short_name": "Auto SMt", "description": "You can skip swipes and sending messages, and start from the conversation.", "version": "1.0.4", "manifest_version": 2, "content_scripts": [ { "css": [ "css\/style.css", "css\/jquery.toast.min.css", "css\/jquery.tagsinput.min.css", "css\/jquery.modal.min.css" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/jquery.toast.min.js", "js\/jquery.tagsinput.min.js", "js\/jquery.modal.min.js", "main.js" ], "matches": [ "https:\/\/tinder.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |