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 क्या है?
Swipe IQ | AI Tools for Tinder https://swipeiq.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto Swiper for Tinder: Elevate your dating game with AI-driven Auto Swiping for more matches & better dates."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Swipe IQ | AI Tools for Tinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
⭐⭐ 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.
एक्सटेंशन की मूल जानकारी
नाम | Swipe IQ | AI Tools for Tinder |
ID | mgdmimcjpnjlombcjfngjkngbllcjpaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/swipe-iq-ai-tools-for-tin/mgdmimcjpnjlombcjfngjkngbllcjpaa |
विवरण | Auto Swiper for Tinder: Elevate your dating game with AI-driven Auto Swiping for more matches & better dates. |
फ़ाइल का आकार | 1.99 MB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2024-02-19 |
प्रकाशन तिथि | 2023-08-07 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://swipeiq.app |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://swipeiq.app/ |
सहायता पृष्ठ URL | https://swipeiq.app/blog/help-center |
गोपनीयता नीति पृष्ठ URL | https://swipeiq.app/blog/privacy |
समर्थित भाषाएँ | 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" ] } } |