Youtube Scripter
Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter.
Youtube Scripter là gì?
Youtube Scripter là một tiện ích mở rộng Chrome được phát triển bởi ebatchas, và tính năng chính của nó là "Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube Scripter
Tải xuống các tệp mở rộng Youtube Scripter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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! 🌟📲
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube Scripter |
ID | nkenhionmhdegjkgghhigaifcmpioeff |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-scripter/nkenhionmhdegjkgghhigaifcmpioeff |
Mô tả | Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter. |
Kích Thước Tệp | 106 KB |
Số Lần Cài Đặt | 186 |
Phiên Bản Hiện Tại | 2.0.4 |
Cập Nhật Lần Cuối | 2023-12-15 |
Ngày Phát Hành | 2023-07-01 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | ebatchas |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ebatchas.com/ |
URL Trang Chính Sách Bảo Mật | https://github.com/raphaexl/ebatchas-privacy/blob/main/privacy-policy.md |
Ngôn Ngữ Được Hỗ Trợ | 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 } |