CreativeFuel.ai

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

O que é CreativeFuel.ai?

CreativeFuel.ai é uma extensão do Chrome desenvolvida por https://creativefuel.ai, e sua principal característica é "Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CreativeFuel.ai

Baixe arquivos de extensão CreativeFuel.ai no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CreativeFuel.ai CreativeFuel.ai
ID jlnhkhilbnchomhgjogpcdhdhjeglbka
URL Oficial https://chromewebstore.google.com/detail/creativefuelai/jlnhkhilbnchomhgjogpcdhdhjeglbka
Descrição Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.
Tamanho do Arquivo 201 KB
Contagem de Instalações 111
Versão Atual 1.2.0
Última Atualização 2024-03-02
Data de Publicação 2023-09-24
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://creativefuel.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://CreativeFuel.ai
URL da Página de Ajuda https://CreativeFuel.ai/feedback
URL da Página de Política de Privacidade https://creativefuel.ai/privacy
Idiomas Suportados 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"
}