GPT-4 Unlimited

Experience the power of GPT-4 with our easy-to-install browser extension.

GPT-4 Unlimitedคืออะไร?

GPT-4 Unlimited เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FreeGPT4 และคุณลักษณะหลักของมันคือ "Experience the power of GPT-4 with our easy-to-install browser extension."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPT-4 Unlimited

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

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

                        GPT-4 Unlimited 🚀 is a Chrome extension designed to enhance your browsing experience on Phind by providing unlimited access to the powerful GPT-4 AI model 🧠. This extension is built specifically for Phind, allowing you to engage in captivating AI-driven web searches without any additional cost 💰.

Key Features:

- Unlimited GPT-4 🔄: The extension allows you to interact with the GPT-4 AI model as much as you want. Type in your query and get ready for some AI magic 🎩✨.

- Phind Integration 🌐: GPT-4 Unlimited is designed specifically for Phind.com, providing a seamless browsing experience powered by GPT-4.

- Easy to Use 🎈: Installing the extension is simple. Just add it to your browser and start using GPT-4 on Phind.com without any complicated setup.

Additionally, GPT-4 Unlimited is an open-source project licensed under the terms of the GNU General Public License v3.0. This means you're welcome to contribute to the project and help make it even better 🤝.

The extension stands out among other AI-powered extensions with its unlimited access to GPT-4 and its seamless integration with Phind.com. This makes it a powerful tool for anyone who wants to harness the power of GPT-4 to enhance their browsing and searching experience on Phind 💪.

Enjoy the world of AI with GPT-4 Unlimited! 🎉🎊                    

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

ชื่อ GPT-4 Unlimited GPT-4 Unlimited
ID jbmfbdofalifdmbbpfdokjmlojkjhcbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gpt-4-unlimited/jbmfbdofalifdmbbpfdokjmlojkjhcbe
คำอธิบาย Experience the power of GPT-4 with our easy-to-install browser extension.
ขนาดไฟล์ 50.91 KB
จำนวนการติดตั้ง 434
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-11-20
วันที่เผยแพร่ 2023-11-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา FreeGPT4
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://discord.com/servers/free-gpt-4-1106520284967735316
URL หน้านโยบายความเป็นส่วนตัว https://freegpt4.freecrypto.tech/policy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT-4 Unlimited",
    "description": "Experience the power of GPT-4 with our easy-to-install browser extension.",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.phind.com\/*",
                "https:\/\/www.phind.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "gpt4.png",
        "48": "gpt4.png",
        "128": "gpt4.png"
    },
    "host_permissions": [
        "http:\/\/www.phind.com\/*",
        "https:\/\/www.phind.com\/*",
        "https:\/\/gpt4.freecrypto.tech\/*"
    ],
    "permissions": [
        "activeTab",
        "cookies"
    ]
}