Match-GPT

match-gpt

Match-GPTとは何ですか?

Match-GPTはhttp://match-gpt.appによって開発されたChromeの拡張機能で、その主な機能は「match-gpt」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Match-GPT拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Meet Match-GPT, an AI-powered Chrome extension that's about to shake up the online dating scene! It works hand-in-hand with your favorite dating apps, including Tinder, Badoo, Bumble, OkCupid, and even Instagram. By using ChatGPT, it steps up your online dating chats.

Stuck on what to say next? This chat assistant has your back! It pitches in with plenty of relevant and fun suggestions for your ongoing conversations. Whether you're a pro at online dating or just starting out, it provides you with perfect icebreakers, clever replies, and intriguing questions that are suited to your current chat. With this add-on, you can chat more efficiently, with confidence, and in a way that truly reflects you.

Think of it as your own personal chat wingman. It gets to know your chats by going through your past messages and comes up with personalized, on-point suggestions for your next message. Even cooler, you can start typing a message and it will pop up with helpful hints, based on what you're writing. This feature lets the AI not just respond, but co-write with you in real time, so you can nail that perfect reply.

So, why should you install it?

Cooler Chats: No more endless small talk or blah-blah-blah conversations. Make each chat count, make it fun, and make it unforgettable.

Stronger Bonds: Better chats mean better connections. Boost your odds of creating a deeper, more genuine bond with your matches.

Bigger Confidence: Not a natural chatterbox? No problem! Our extension gears you up with the confidence to sail through any conversation, turning awkward silences into riveting discussions.

More Free Time: Tired of spending ages trying to think up the perfect reply? This tool helps you whip up responses in no time, making your online dating life a breeze.

Co-write with Context: Get suggestions based on what you're typing, so they're always relevant. You can even add your profile details in the extension pop-up for more tailored advice.

Learn as You Chat: Improve your conversation skills as you go along. By taking note of this tool’s suggestions, you'll grow into a more skilled communicator.

Ready to reinvent your online dating experience? Install this extension today for an AI-boosted chat game. Simply click 'Add to Chrome' and start crafting meaningful relationships through engaging, genuine chats.                    

拡張機能の基本情報

名前 Match-GPT Match-GPT
ID aolgjecbldcmiojeefljpflfojanddca
公式URL https://chrome.google.com/webstore/detail/match-gpt/aolgjecbldcmiojeefljpflfojanddca
説明 match-gpt
ファイルサイズ 2.35 MB
インストール数 75
現在のバージョン 1.0.45
最終更新日 2023-07-05
公開日 2023-06-17
評価 5.00/5 合計 1 レビュー
開発者 http://match-gpt.app
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://match-gpt.app
ヘルプページのURL https://match-gpt.app/contact
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Match-GPT",
    "version": "1.0.45",
    "description": "match-gpt",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/bumble.com\/app\/*",
                "*:\/\/*.bumble.com\/app\/*",
                "*:\/\/tinder.com\/app\/*",
                "*:\/\/*.tinder.com\/app\/*",
                "*:\/\/*.okcupid.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/badoo.com\/*",
                "*:\/\/*.badoo.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16885519812.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "539301557159-sl9mn9no8aqj565om1f1i5a447et6idh.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "permissions": [
        "identity"
    ],
    "host_permissions": [
        "*:\/\/bumble.com\/app\/*",
        "*:\/\/*.bumble.com\/app\/*",
        "*:\/\/tinder.com\/app\/*",
        "*:\/\/*.tinder.com\/app\/*",
        "*:\/\/*.okcupid.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/badoo.com\/*",
        "*:\/\/*.badoo.com\/*"
    ]
}