Web ChatGPT.ai

Introducing Web ChatGPT.ai, the free and highly customizable Chrome extension that makes browsing and researching a breeze! With…

Web ChatGPT.aiคืออะไร?

Web ChatGPT.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ycfelix1 และคุณลักษณะหลักของมันคือ "Introducing Web ChatGPT.ai, the free and highly customizable Chrome extension that makes browsing and researching a breeze! With…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web ChatGPT.ai

ดาวน์โหลดไฟล์ส่วนขยาย Web ChatGPT.ai ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Introducing Web ChatGPT.ai, the free and highly customizable Chrome extension that makes browsing and researching a breeze!

With Web ChatGPT.ai, you can:

Quickly and easily access OpenAI's state-of-the-art chatbot technology, helping you find the answers you need faster than ever before.
Enjoy a seamless, ad-free browsing experience without any interruptions or distractions.
Customize your experience to fit your needs with a variety of easy-to-use tools and settings.
Benefit from our lightning-fast and reliable performance that ensures you always have the support you need, when you need it.
Say goodbye to the frustration of long research sessions and confusing web browsing. Install Web ChatGPT.ai today and experience the power of OpenAI's chatbot technology for yourself - for free!                    

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

ชื่อ Web ChatGPT.ai Web ChatGPT.ai
ID onjpmdkbkgninmodbgpmgjdiminkgnej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-chatgptai/onjpmdkbkgninmodbgpmgjdiminkgnej
คำอธิบาย Introducing Web ChatGPT.ai, the free and highly customizable Chrome extension that makes browsing and researching a breeze! With…
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 809
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-05-16
วันที่เผยแพร่ 2023-05-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ycfelix1
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web ChatGPT.ai",
    "version": "1.0.0",
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_origin_as_fallback": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "overlay.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "TRC20_USDT.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}