CreativeFuel.ai

Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.

CreativeFuel.aiคืออะไร?

CreativeFuel.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://creativefuel.ai และคุณลักษณะหลักของมันคือ "Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences."

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

screenshot
screenshot

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

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

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

                        The CreativeFuel.ai browser extension brings a host of curated Prompt Templates for YouTube Creators directly into the ChatGPT website. 

Make sure to first purchase data access for our GPT by heading to https://CreativeFuel.ai.                    

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

ชื่อ CreativeFuel.ai CreativeFuel.ai
ID jlnhkhilbnchomhgjogpcdhdhjeglbka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/creativefuelai/jlnhkhilbnchomhgjogpcdhdhjeglbka
คำอธิบาย Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.
ขนาดไฟล์ 201 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2023-09-24
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://creativefuel.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://CreativeFuel.ai
URL หน้าช่วยเหลือ https://CreativeFuel.ai/feedback
URL หน้านโยบายความเป็นส่วนตัว https://creativefuel.ai/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.",
    "version": "1.2.0",
    "manifest_version": 3,
    "name": "CreativeFuel.ai",
    "version_name": "1.2.0",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css",
                "tailwind.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon128.png",
                "icon48.png",
                "icon16.png",
                "cflogo.png",
                "profilemenu.png",
                "noProfileThumbnail.png",
                "manifest.json"
            ],
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "short_name": "CreativeFuel"
}