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ファイルをダウンロード

Swiperella拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}