CreativeFuel.ai

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

CreativeFuel.ai là gì?

CreativeFuel.ai là một tiện ích mở rộng Chrome được phát triển bởi https://creativefuel.ai, và tính năng chính của nó là "Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CreativeFuel.ai

Tải xuống các tệp mở rộng CreativeFuel.ai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CreativeFuel.ai CreativeFuel.ai
ID jlnhkhilbnchomhgjogpcdhdhjeglbka
URL Chính Thức https://chromewebstore.google.com/detail/creativefuelai/jlnhkhilbnchomhgjogpcdhdhjeglbka
Mô tả Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.
Kích Thước Tệp 201 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2023-09-24
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://creativefuel.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://CreativeFuel.ai
URL Trang Trợ Giúp https://CreativeFuel.ai/feedback
URL Trang Chính Sách Bảo Mật https://creativefuel.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}