Swiperella

Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.

Swiperella란 무엇입니까?

Swiperella은(는) Swiperella에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Swiperella 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Swiperella - Tinder Assistant

Introducing Swiperella, the ultimate Tinder Extension that takes you to the next level! With Swiperella, you can sit back and relax while the bot automatically swipes right on potential matches for you. Say goodbye to the endless hours of swiping left and right - let Swiperella do the work for you!

But that's not all - Swiperella also offers the ability to send automatic messages to your matches, making the conversation process effortless. You can write four messages, and Swiperella will automatically send it out when a match is made. With this feature you will be the fastest writer ever! 

Try Swiperella 48 hours for free.

Support:
https://swiperella.com/contact/                    

확장 프로그램 기본 정보

이름 Swiperella Swiperella
ID pihaknbeijjddmfgdgepcjoebhhcmamh
공식 URL https://chrome.google.com/webstore/detail/swiperella/pihaknbeijjddmfgdgepcjoebhhcmamh
설명 Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.
파일 크기 72.98 KB
설치 횟수 38
현재 버전 1.0.0
최근 업데이트 2023-05-14
출시 날짜 2023-05-14
평점 5.00/5 총 10 개의 평점
개발자 Swiperella
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://swiperella.com
도움말 페이지 URL https://swiperella.com/data-protection-policy/
개인정보 보호 정책 페이지 URL https://swiperella.com/data-protection-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Swiperella",
    "version": "1.0.0",
    "description": "Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.",
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/tinder.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Swiperella",
        "default_icon": "images\/128.png"
    }
}