Swiperino Max
Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date
Swiperino Max란 무엇입니까?
Swiperino Max은(는) https://swiperino.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date"입니다.
확장 프로그램 스크린샷
Swiperino Max 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tinder Auto Liker with smart swiping - Swiperino makes your swiping look more human-like as to avoid bans Custom Geographical location - Planning a trip to Sweden or Greece? Why not start matching ahead of time. This actually changes your location. So it will show that you are actually in whatever location you decide. Auto Messaging! When you first match with people you can automatically send a prewritten message! Routines! Set up when you want Swiperino to automatically start swiping for you! Our goal is to get you the most out of Tinder and hopefully find that right person you've been looking for.
확장 프로그램 기본 정보
이름 | Swiperino Max |
ID | dkpjdenhokmnbkpmdgpkoognocgdhlpk |
공식 URL | https://chromewebstore.google.com/detail/swiperino-max/dkpjdenhokmnbkpmdgpkoognocgdhlpk |
설명 | Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date |
파일 크기 | 367 KB |
설치 횟수 | 540 |
현재 버전 | 5.2.0 |
최근 업데이트 | 2023-11-01 |
출시 날짜 | 2022-11-01 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | https://swiperino.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://swiperino.com |
도움말 페이지 URL | https://swiperino.com/help |
개인정보 보호 정책 페이지 URL | https://swiperino.com/privacy-policy |
지원되는 언어 | de,en,fr,es,it,pl,pt-BR,pt-PT,ru,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swiperino Max", "description": "Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date", "version": "5.2.0", "manifest_version": 3, "default_locale": "en", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "css\/jquery-ui.css", "css\/style.css" ], "js": [ "js\/jquery-3.0.0.min.js", "js\/jquery-ui-v1.13.2.min.js", "js\/jquery.toast.min.js", "translations.js", "main.js" ], "matches": [ "https:\/\/tinder.com\/*", "https:\/\/*.tinder.com\/*", "https:\/\/lovoo.com\/*", "https:\/\/*.lovoo.com\/*", "https:\/\/okcupid.com\/*", "https:\/\/*.okcupid.com\/*", "https:\/\/pof.com\/*", "https:\/\/*.pof.com\/*", "https:\/\/zoosk.com\/*", "https:\/\/*.zoosk.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "alarms", "tabs" ], "host_permissions": [ "https:\/\/swiperino.com\/*", "https:\/\/*.swiperino.com\/*", "https:\/\/tinder.com\/*", "https:\/\/*.tinder.com\/*", "https:\/\/lovoo.com\/*", "https:\/\/*.lovoo.com\/*", "https:\/\/okcupid.com\/*", "https:\/\/*.okcupid.com\/*", "https:\/\/pof.com\/*", "https:\/\/*.pof.com\/*", "https:\/\/zoosk.com\/*", "https:\/\/*.zoosk.com\/*" ], "web_accessible_resources": [ { "resources": [ "geo.js" ], "matches": [ "https:\/\/tinder.com\/*", "https:\/\/*.tinder.com\/*", "https:\/\/lovoo.com\/*", "https:\/\/*.lovoo.com\/*", "https:\/\/okcupid.com\/*", "https:\/\/*.okcupid.com\/*", "https:\/\/pof.com\/*", "https:\/\/*.pof.com\/*", "https:\/\/zoosk.com\/*", "https:\/\/*.zoosk.com\/*" ] } ], "icons": { "16": "img\/icon-16.png", "128": "img\/icon-128.png" } } |