AI Commects & Replies for Facebook™

Easily generate AI comments and replies for Facebook™ posts using ChatGPT, and boost your engagement in seconds!

AI Commects & Replies for Facebook™คืออะไร?

AI Commects & Replies for Facebook™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noahabigail365 และคุณลักษณะหลักของมันคือ "Easily generate AI comments and replies for Facebook™ posts using ChatGPT, and boost your engagement in seconds!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Commects & Replies for Facebook™

ดาวน์โหลดไฟล์ส่วนขยาย AI Commects & Replies for Facebook™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Unlock the power of content with ChatGPT - the ultimate browser extension for accessing ChatGPT! Click Ctrl/⌘+M to use OpenAI Chat GPT on Facebook™ website anywhere.

This extension has a revolutionary new UI for using ChatGPT on Facebook™ sites. 

Here's how it works:
➡️ Simply select any online content by your mouse in Facebook™ website
➡️ Click on Cmd+M (Mac) or Ctrl+M (Windows) to open extension
➡️ Choose what you want to do with it (create a reply, comment, make it shorter, or add some fun)
➡️ Click the switch icon,  extension will automatically jump to https://chat.openai.com/chat
➡️ Click "Copy to " button on https://chat.openai.com/chat, extension help you copy response back to Facebook™
 page.
➡️ And voila! You'll get an 80% done reply at your fingertips. 

This extension brings the power of OpenAI's GPT-3 to your browsing experience, GPT-3 is focused on reliability and keeping up with recent changes.

Features:
Easily access extension by clicking in the toolbar. The popup will appear and you can start an AI conversation.
Quickly access chat.openai.com/chat from the navigation bar pressing space.
Get answers from web pages on popular.

We strive to keep up with the fast-paced development of GPT-3 to bring you the best possible experience.

If you encounter an error, try opening OpenAI again. The service may be under high demand.
If you continue to experience issues, please report a bug in the review section of our extension's page.

If you have any difficulties reach out to WhatsApp ID: +86 180 2303 4541 or email to [email protected]


Facebook™ is a trademark of Meta Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to Meta or Meta Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AI Commects & Replies for Facebook™ AI Commects & Replies for Facebook™
ID nfkbblgbfkmbidomjccaejkaohlppbhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-commects-replies-for-f/nfkbblgbfkmbidomjccaejkaohlppbhp
คำอธิบาย Easily generate AI comments and replies for Facebook™ posts using ChatGPT, and boost your engagement in seconds!
ขนาดไฟล์ 1.79 MB
จำนวนการติดตั้ง 5,074
เวอร์ชันปัจจุบัน 1.2.13
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2023-02-26
คะแนน 4.76/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา noahabigail365
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://linkedradar.com
URL หน้าช่วยเหลือ https://linkedradar.com
URL หน้านโยบายความเป็นส่วนตัว https://linkedradar.com/linkedradar-private-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "GPT Popup",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "commands": {
        "toggle_FacebookChatGPT": {
            "description": "Run FacebookChatGPT on the current page.",
            "suggested_key": {
                "chromeos": "Ctrl+M",
                "default": "Ctrl+M",
                "linux": "Ctrl+M",
                "mac": "Command+M",
                "windows": "Ctrl+M"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.openai.com\/*"
            ],
            "js": [
                "js\/chatgpt-script.js"
            ],
            "css": [],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.gptplus.io\/*"
            ],
            "js": [
                "js\/gptplus-script.js"
            ],
            "css": [],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.openai.com\/*",
                "*:\/\/*.linkedradar.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.openai.com\/*",
        "*:\/\/*.linkedradar.com\/*",
        "*:\/\/*.gptplus.io\/*"
    ],
    "version": "1.2.13"
}