Swipe IQ | AI Tools for Tinder

Auto Swiper for Tinder: Elevate your dating game with AI-driven Auto Swiping for more matches & better dates.

Swipe IQ | AI Tools for Tinder là gì?

Swipe IQ | AI Tools for Tinder là một tiện ích mở rộng Chrome được phát triển bởi https://swipeiq.app, và tính năng chính của nó là "Auto Swiper for Tinder: Elevate your dating game with AI-driven Auto Swiping for more matches & better dates.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Swipe IQ | AI Tools for Tinder

Tải xuống các tệp mở rộng Swipe IQ | AI Tools for Tinder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ⭐⭐ What's In It For You? ⭐⭐
⭐ Save Time: Tired of endless manual swiping? Let's automate that for you.
⭐ Get More Matches: Wish you were getting more matches? Discover how to amplify your match rate.
⭐ Up Your Text Game: Writer's block? Ask our GPT-based model for suggestions!

⭐⭐ Your Basic Tools – Completely Free ⭐⭐
🆓 Say Goodbye to Limits: Enjoy unlimited auto-swipes.
🆓 Customize Your Search: Filter potential matches by age and distance.
🆓 Seamless Sign-In: Choose between Google or a simple email link.

⭐⭐ Step Up Your Game with Enhanced Tools ⭐⭐
⭐ Explore Beyond Borders: Adjust your location for a fresh scene.
⭐ Dig Deeper: Use keywords and photo count to refine your search.
⭐ Tailor Your Experience: Control swipe sessions and optimize your algorithm.
⭐ Ace Your Chats: Get a helping hand with Chat Copilot (1,000 credits included).

⭐⭐ The Ultimate Boost – Premium Perks ⭐⭐
⭐ Chat Like a Pro: Unlock 10,000 Chat Copilot credits.
⭐ Swipe at Your Pace: Adjust your swiping speed to your liking.
ON THE HORIZON:
🔜 Handpick By Appearance: Want to focus on looks? Soon you can!
🔜 Organize Your Matches: Sort them by distance, age, or looks.
🔜 Level Up Your Attraction: Auto-reload for even better match opportunities.

Level up your Tinder game by leveraging the power of AI.

⭐⭐ Got Questions? We're Here to Help ⭐⭐
Help Hub: https://swipeiq.app/blog/help-center
Stay Updated: https://swipeiq.statuspage.io/
Live Support: https://discord.gg/WVETBFUc87
Reach Out: [email protected]

⭐⭐ Stay Connected ⭐⭐
Updates & Insights: https://swipeiq.app/blog
Follow Us: https://twitter.com/swipeiq

⭐⭐ Heads Up ⭐⭐
SwipeIQ operates independently and is not directly associated with Tinder®.
Our references to Tinder® are solely to identify the app we complement with added features.
Trademarks, logos, and copyrights belong to their respective owners.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Swipe IQ | AI Tools for Tinder Swipe IQ | AI Tools for Tinder
ID mgdmimcjpnjlombcjfngjkngbllcjpaa
URL Chính Thức https://chromewebstore.google.com/detail/swipe-iq-ai-tools-for-tin/mgdmimcjpnjlombcjfngjkngbllcjpaa
Mô tả Auto Swiper for Tinder: Elevate your dating game with AI-driven Auto Swiping for more matches & better dates.
Kích Thước Tệp 1.99 MB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2023-08-07
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://swipeiq.app
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://swipeiq.app/
URL Trang Trợ Giúp https://swipeiq.app/blog/help-center
URL Trang Chính Sách Bảo Mật https://swipeiq.app/blog/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Swipe IQ | AI Tools for Tinder",
    "version": "1.3.0",
    "description": "Auto Swiper for Tinder: Elevate your dating game with AI-driven Auto Swiping for more matches & better dates.",
    "action": {
        "default_icon": ".\/assets\/icon-32.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-16.png",
        "32": ".\/assets\/icon-32.png",
        "48": ".\/assets\/icon-48.png",
        "128": ".\/assets\/icon-128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "cookies",
        "debugger"
    ],
    "host_permissions": [
        "*:\/\/tinder.com\/*",
        "*:\/\/*.bumble.com\/*",
        "*:\/\/maps.googleapis.com\/*",
        "*:\/\/swipeiq.app\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tinder.com\/*",
                "*:\/\/*.bumble.com\/*"
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        },
        {
            "matches": [
                "*:\/\/swipeiq.app\/*"
            ],
            "js": [
                "dist\/contentScripts\/login.js"
            ]
        },
        {
            "matches": [
                "*:\/\/tinder.com\/*",
                "*:\/\/*.bumble.com\/*"
            ],
            "js": [
                "dist\/contentScripts\/location-set.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                "*:\/\/tinder.com\/*",
                "*:\/\/*.bumble.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnBvRQRYhKkogDF2cYNqiFLqJEEKbYPCrHV56PrMUC4VHdfGCX42f8f1jfiu+xiOFFZUPHrqU7qdO+OOkcw8nCvu452wE8h3x8wIMOcc0MDiv+aFgPIRFQJ9DmIKrVA\/exqDZvGZdsKgJK8IrdosQcMY81jlyxITBcrFiq9FYaVTBLccaHp\/WllCJWUkU657Kt0GpEM1LXkT1M64UOfDlAQfbsO50p4caszGxKNBpO2q8FQYYI7mxv+T7wuWrrwczqrHo8Fgx6Q\/mploBFNcssVWvKogv2yv1\/5QOe3yGcR8ZF2kQINdbL5MIi\/UqecBBNs\/78N\/oOeNNniqlJjKHLQIDAQAB",
    "oauth2": {
        "client_id": "1080776949544-grud3n9r7ivubs1ona0hhvbdm4bbtd10.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}