Youtube Scripter
Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter.
Что такое Youtube Scripter?
Youtube Scripter - это расширение Chrome, разработанное ebatchas, и его основная функция - "Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter.".
Снимки экрана расширения
Скачать файл CRX расширения Youtube Scripter
Скачайте файлы расширений Youtube Scripter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Meet YouTubeScripter, your AI companion for YouTube! 🚀 📽️ Real-Time Conversations: Chat with any video in real-time, in or out of context. Enjoy a convenient conversation history. 🗨️ 📋 For YouTubers: Get detailed info like scripts, descriptions, and tags. Everything you need in one place! 📺 ⏭️ Sectional Chats: Have a lengthy podcast? No problem! Chat with specific sections and easily switch between them. 🎙️ Ready to elevate your YouTube experience? Try YouTubeScripter now! 🌟📲
Основная информация о расширении
Название | Youtube Scripter |
ID | nkenhionmhdegjkgghhigaifcmpioeff |
Официальный URL | https://chromewebstore.google.com/detail/youtube-scripter/nkenhionmhdegjkgghhigaifcmpioeff |
Описание | Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter. |
Размер файла | 106 KB |
Количество установок | 186 |
Текущая Версия | 2.0.4 |
Последнее Обновление | 2023-12-15 |
Дата публикации | 2023-07-01 |
Рейтинг | 4.00/5 Всего 4 оценок |
Разработчик | ebatchas |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://ebatchas.com/ |
URL страницы политики конфиденциальности | https://github.com/raphaexl/ebatchas-privacy/blob/main/privacy-policy.md |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Scripter", "version": "2.0.4", "description": "Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter.", "permissions": [ "downloads", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ ".\/js\/content.js" ] } ], "background": { "service_worker": ".\/js\/background.js" }, "action": { "default_title": "Youtube Scripter", "default_popup": ".\/html\/popup.html", "default_icon": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png" }, "manifest_version": 3 } |