Hustle AI - Supercharged & Free ChatGPT

Unlock the full potential of ChatGPT with Hustle AI 🧑‍🤖

Hustle AI - Supercharged & Free ChatGPTคืออะไร?

Hustle AI - Supercharged & Free ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hustleai.co และคุณลักษณะหลักของมันคือ "Unlock the full potential of ChatGPT with Hustle AI 🧑‍🤖"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hustle AI - Supercharged & Free ChatGPT

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

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

                        Hey, hey, hey! Are you tired of the same old ChatGPT website? Boring, right? Well, not anymore! HustleAI has come to save the day, or should I say, the website.

HustleAI is like the fancy pants that ChatGPT never knew it needed. It overlays a sleek interface on top of the website and BOOM! You get access to over 1400 AI apps. Yup, you read that right, 1400+ apps! That's like having a whole army of AI at your fingertips from SEO to Building a Startup we have everything.

Now, if you're feeling creative, you can create your own AI app and show it off to the world. That's right, HustleAI lets you share your app with the world. Don't worry if you're not feeling that creative, though. HustleAI has got you covered with a humongous library of community-submitted prompts. So, you can just sit back, relax, and let the community do the work for you.

But wait, there's more! HustleAI has a ton of features that will take ChatGPT to its full potential. You can do so much more with it than you ever thought possible.

So what are you waiting for? Go ahead and give HustleAI a try. Your ChatGPT experience will never be the same again.

Its so much better than AIPRM and is FREE for the Community 🥰                    

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

ชื่อ Hustle AI - Supercharged & Free ChatGPT Hustle AI - Supercharged & Free ChatGPT
ID ccgjjclgjdmciiofkfmbgbmkdocamjdo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hustle-ai-supercharged-fr/ccgjjclgjdmciiofkfmbgbmkdocamjdo
คำอธิบาย Unlock the full potential of ChatGPT with Hustle AI 🧑‍🤖
ขนาดไฟล์ 1.48 MB
จำนวนการติดตั้ง 842
เวอร์ชันปัจจุบัน 1.17.9.0
อัปเดตครั้งล่าสุด 2023-06-20
วันที่เผยแพร่ 2023-03-03
คะแนน 4.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://hustleai.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hustleai.co
URL หน้าช่วยเหลือ https://hustleai.co
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hustle AI - Supercharged & Free ChatGPT",
    "description": "Unlock the full potential of ChatGPT with Hustle AI \ud83e\uddd1\u200d\ud83e\udd16",
    "version": "1.17.9.0",
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "72": "icons\/72.png",
        "80": "icons\/80.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H",
                "windows": "Ctrl+Shift+H",
                "linux": "Ctrl+Shift+H",
                "chromeos": "Ctrl+Shift+H"
            }
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "plausible.js",
                "style.css"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        },
        {
            "js": [
                "content_script_two.js"
            ],
            "matches": [
                "https:\/\/hustleai.co\/*"
            ]
        }
    ]
}