Auto Date Liker

This extension is use to start auto like on Tinder, Bumble and OKCupid

Auto Date Liker란 무엇입니까?

Auto Date Liker은(는) http://frankdating.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is use to start auto like on Tinder, Bumble and OKCupid"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Auto Date Liker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        All three dating apps auto like at one place 😻.
Features :
1. Tinder ✌️ - Tinder auto like comes with custom interval likes (by default 300ms).
2. Bumble 🤞 - Bumble auto like comes with custom interval likes (by default 300ms).
2. Happn 🤞 - Happn auto like comes with custom interval likes (by default 1000ms).
3. Okcupid 🤟 - Okcupid auto like does more than just liking profile, It gives you flexibility to add your own intro message. (default pick-up line will be sent if message input is empty).

New Updates : 
1. Added Happn auto like support                    

확장 프로그램 기본 정보

이름 Auto Date Liker Auto Date Liker
ID epbgmgeiekbemgmnhngpmefkdchajakn
공식 URL https://chrome.google.com/webstore/detail/auto-date-liker/epbgmgeiekbemgmnhngpmefkdchajakn
설명 This extension is use to start auto like on Tinder, Bumble and OKCupid
파일 크기 60.23 KB
설치 횟수 501
현재 버전 3.0
최근 업데이트 2023-03-04
출시 날짜 2020-05-06
평점 4.11/5 총 9 개의 평점
개발자 http://frankdating.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://frankdating.com
도움말 페이지 URL https://frankdating.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Date Liker",
    "version": "3.0",
    "description": "This extension is use to start auto like on Tinder, Bumble and OKCupid",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Date Liker",
        "default_icon": "icon.png"
    }
}