CreativeFuel.ai
Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.
Cos'è CreativeFuel.ai?
CreativeFuel.ai è un'estensione di Chrome sviluppata da https://creativefuel.ai, e la sua funzione principale è "Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CreativeFuel.ai
Scarica i file di estensione CreativeFuel.ai in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jlnhkhilbnchomhgjogpcdhdhjeglbka |
URL Ufficiale | https://chromewebstore.google.com/detail/creativefuelai/jlnhkhilbnchomhgjogpcdhdhjeglbka |
Descrizione | Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences. |
Dimensione del File | 201 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2024-03-02 |
Data di Pubblicazione | 2023-09-24 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://creativefuel.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://CreativeFuel.ai |
URL della Pagina di Aiuto | https://CreativeFuel.ai/feedback |
URL della Pagina della Politica sulla Privacy | https://creativefuel.ai/privacy |
Lingue Supportate | 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" } |