CreativeFuel.ai

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

什么是CreativeFuel.ai?

CreativeFuel.ai是由https://creativefuel.ai开发的Chrome扩展程序,该扩展的主要功能是“Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.”。

扩展截图

screenshot
screenshot

下载CreativeFuel.ai扩展crx文件

下载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"
}