CreativeFuel.ai
Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.
Что такое CreativeFuel.ai?
CreativeFuel.ai - это расширение Chrome, разработанное https://creativefuel.ai, и его основная функция - "Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.".
Снимки экрана расширения
Скачать файл CRX расширения CreativeFuel.ai
Скачайте файлы расширений 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 |
Электронная почта | [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" } |