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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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
}