Auto Liker for 🔥
Automatically Swipes For You.
Auto Liker for 🔥란 무엇입니까?
Auto Liker for 🔥은(는) A & P에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically Swipes For You."입니다.
확장 프로그램 스크린샷
Auto Liker for 🔥 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⭐ Tinder Auto Liker That Automatically Swipes For you ⭐ Easy To Use: 1.) Just go to Tinder.com on your desktop 2.) Click on our fire 🔥extension icon 3.) Click 'Start' and it will automatically start swiping right 4.) Click 'Stop' if you want to stop it from swiping right 5.) Slide the speed bar or enter in your desired swipe per second Features: 1 - Easy To Use. 2 - Swipes Right On Everyone. 3 - 'Start' & 'Stop' Button 4 - Sliding Speed Bar. Install Auto Liker for 🔥and start swiping today! Important Notes : - This app is NOT affiliated with or endorsed by Tinder, Inc.
확장 프로그램 기본 정보
이름 | Auto Liker for 🔥 |
ID | kigkkoaookbdloeellianbgcniajfbob |
공식 URL | https://chromewebstore.google.com/detail/auto-liker-for-%F0%9F%94%A5/kigkkoaookbdloeellianbgcniajfbob |
설명 | Automatically Swipes For You. |
파일 크기 | 83 KB |
설치 횟수 | 1,404 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-07-07 |
출시 날짜 | 2021-07-07 |
평점 | 4.00/5 총 14 개의 평점 |
개발자 | A & P |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Liker for \ud83d\udd25", "description": "Automatically Swipes For You.", "version": "0.0.1", "manifest_version": 2, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Auto Liker for \ud83d\udd25", "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "icons": { "32": "icons\/icon32.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png", "156": "icons\/icon156.png", "196": "icons\/icon196.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.tinder.com\/*" ], "js": [ "jquery-3.4.1.min.js", "contentScript.js" ] } ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |