Youtube Scripter

Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter.

Youtube Scripter क्या है?

Youtube Scripter ebatchas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube Scripter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}