Auto Swipe On Tinder & Badoo: Try For Free!

Tinder & Badoo auto liker: Maximize matches with minimal effort!

Auto Swipe On Tinder & Badoo: Try For Free!とは何ですか?

Auto Swipe On Tinder & Badoo: Try For Free!はhttps://autoswipe.ioによって開発されたChromeの拡張機能で、その主な機能は「Tinder & Badoo auto liker: Maximize matches with minimal effort!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Auto Swipe On Tinder & Badoo: Try For Free!拡張機能のCRXファイルをダウンロード

Auto Swipe On Tinder & Badoo: Try For Free!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Elevate your dating game with Auto Swipe: Boost matches while saving time!

Tired of endless swiping? Our Tinder Auto Liker does the work for you, saving you time and increasing your matches.

But we don't stop at Tinder. Our tool also works with Badoo and Bumble, giving you more chances to find a match across popular dating apps.

How to use Auto Swipe:

1. Install the extension
2. Set your swipe preferences
3. Connect on Tinder, Badoo or Bumble
4. Click "Start Swiping.”
5. Review your matches. Enjoy!

--- FAQ ---

What is an auto swiper?

An auto swiper is a tool that automatically swipes (likes or dislikes) profiles on dating platforms like Tinder, Badoo, or Bumble, reducing manual effort and increasing the efficiency of finding matches.

Is Auto Swipe free to use?

Yes, Auto Swipe is free to use. However, users can upgrade their plan to access additional features.                    

拡張機能の基本情報

名前 Auto Swipe On Tinder & Badoo: Try For Free! Auto Swipe On Tinder & Badoo: Try For Free!
ID eclhijdfeabcpckakmkhpjomopnjniho
公式URL https://chromewebstore.google.com/detail/auto-swipe-on-tinder-bado/eclhijdfeabcpckakmkhpjomopnjniho
説明 Tinder & Badoo auto liker: Maximize matches with minimal effort!
ファイルサイズ 216 KB
インストール数 126
現在のバージョン 1
最終更新日 2023-09-07
公開日 2023-09-04
評価 5.00/5 合計 1 レビュー
開発者 https://autoswipe.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://autoswipe.io/
プライバシーポリシーページのURL https://autoswipe.io/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": "Auto Swipe On Tinder & Badoo: Try For Free!",
    "description": "Tinder & Badoo auto liker: Maximize matches with minimal effort!",
    "version": "1",
    "manifest_version": 3,
    "default_locale": "en",
    "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:\/\/bumble.com\/*",
                "https:\/\/*.bumble.com\/*",
                "https:\/\/lovoo.com\/*",
                "https:\/\/*.lovoo.com\/*",
                "https:\/\/okcupid.com\/*",
                "https:\/\/*.okcupid.com\/*",
                "https:\/\/badoo.com\/*",
                "https:\/\/*.badoo.com\/*",
                "https:\/\/pof.com\/*",
                "https:\/\/*.pof.com\/*",
                "https:\/\/zoosk.com\/*",
                "https:\/\/*.zoosk.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "debugger",
        "storage",
        "alarms",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/autoswipe.io\/*",
        "https:\/\/*.autoswipe.io\/*",
        "https:\/\/tinder.com\/*",
        "https:\/\/*.tinder.com\/*",
        "https:\/\/bumble.com\/app\/*",
        "https:\/\/*.bumble.com\/app\/*",
        "https:\/\/lovoo.com\/*",
        "https:\/\/*.lovoo.com\/*",
        "https:\/\/okcupid.com\/*",
        "https:\/\/*.okcupid.com\/*",
        "https:\/\/badoo.com\/*",
        "https:\/\/*.badoo.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:\/\/bumble.com\/*",
                "https:\/\/*.bumble.com\/*",
                "https:\/\/lovoo.com\/*",
                "https:\/\/*.lovoo.com\/*",
                "https:\/\/okcupid.com\/*",
                "https:\/\/*.okcupid.com\/*",
                "https:\/\/badoo.com\/*",
                "https:\/\/*.badoo.com\/*",
                "https:\/\/pof.com\/*",
                "https:\/\/*.pof.com\/*",
                "https:\/\/zoosk.com\/*",
                "https:\/\/*.zoosk.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "128": "img\/icon-128.png"
    }
}