CreativeFuel.ai
Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.
Qu'est-ce que CreativeFuel.ai ?
CreativeFuel.ai est une extension Chrome développée par https://creativefuel.ai, et sa fonction principale est "Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CreativeFuel.ai
Téléchargez les fichiers d'extension CreativeFuel.ai au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jlnhkhilbnchomhgjogpcdhdhjeglbka |
URL Officiel | https://chromewebstore.google.com/detail/creativefuelai/jlnhkhilbnchomhgjogpcdhdhjeglbka |
Description | Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences. |
Taille du Fichier | 201 KB |
Nombre d'Installations | 111 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2024-03-02 |
Date de Publication | 2023-09-24 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | https://creativefuel.ai |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://CreativeFuel.ai |
URL de la Page d'Aide | https://CreativeFuel.ai/feedback |
URL de la Page de Politique de Confidentialité | https://creativefuel.ai/privacy |
Langues Prises en Charge | 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" } |