CreativeFuel.ai
Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.
CreativeFuel.aiとは何ですか?
CreativeFuel.aiはhttps://creativefuel.aiによって開発されたChromeの拡張機能で、その主な機能は「Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.」です。
拡張機能のスクリーンショット
CreativeFuel.ai拡張機能のCRXファイルをダウンロード
CreativeFuel.ai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | jlnhkhilbnchomhgjogpcdhdhjeglbka |
公式URL | https://chromewebstore.google.com/detail/creativefuelai/jlnhkhilbnchomhgjogpcdhdhjeglbka |
説明 | Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences. |
ファイルサイズ | 201 KB |
インストール数 | 111 |
現在のバージョン | 1.2.0 |
最終更新日 | 2024-03-02 |
公開日 | 2023-09-24 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | https://creativefuel.ai |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://CreativeFuel.ai |
ヘルプページのURL | https://CreativeFuel.ai/feedback |
プライバシーポリシーページのURL | https://creativefuel.ai/privacy |
対応言語 | 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" } |