CreativeFuel.ai
Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.
Co je CreativeFuel.ai?
CreativeFuel.ai je rozšíření Chrome vyvinuté https://creativefuel.ai, a jeho hlavní funkcí je „Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CreativeFuel.ai
Stáhněte si soubory rozšíření CreativeFuel.ai ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | jlnhkhilbnchomhgjogpcdhdhjeglbka |
Oficiální URL | https://chromewebstore.google.com/detail/creativefuelai/jlnhkhilbnchomhgjogpcdhdhjeglbka |
Popis | Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences. |
Velikost souboru | 201 KB |
Počet instalací | 111 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2024-03-02 |
Datum Vydání | 2023-09-24 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | https://creativefuel.ai |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://CreativeFuel.ai |
URL Stránky Nápovědy | https://CreativeFuel.ai/feedback |
URL Stránky Zásad Ochrany Soukromí | https://creativefuel.ai/privacy |
Podporované Jazyky | 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" } |