CreativeFuel.ai

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

¿Qué es CreativeFuel.ai?

CreativeFuel.ai es una extensión de Chrome desarrollada por https://creativefuel.ai, y su función principal es "Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión CreativeFuel.ai

Descarga archivos de extensión CreativeFuel.ai en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre CreativeFuel.ai CreativeFuel.ai
ID jlnhkhilbnchomhgjogpcdhdhjeglbka
URL Oficial https://chromewebstore.google.com/detail/creativefuelai/jlnhkhilbnchomhgjogpcdhdhjeglbka
Descripción Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.
Tamaño del Archivo 201 KB
Cantidad de Instalaciones 111
Versión Actual 1.2.0
Última Actualización 2024-03-02
Fecha de Publicación 2023-09-24
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador https://creativefuel.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://CreativeFuel.ai
URL de la Página de Ayuda https://CreativeFuel.ai/feedback
URL de la Página de Política de Privacidad https://creativefuel.ai/privacy
Idiomas Soportados 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"
}