Youtube Scripter
Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter.
Was ist Youtube Scripter?
Youtube Scripter ist eine Chrome-Erweiterung, die von ebatchas entwickelt wurde, und ihr Hauptmerkmal ist "Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter.".
Erweiterungsscreenshots
Youtube Scripter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube Scripter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! 🌟📲 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nkenhionmhdegjkgghhigaifcmpioeff |
| Offizielle URL | https://chromewebstore.google.com/detail/youtube-scripter/nkenhionmhdegjkgghhigaifcmpioeff |
| Beschreibung | Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter. |
| Dateigröße | 106 KB |
| Installationsanzahl | 186 |
| Aktuelle Version | 2.0.4 |
| Letztes Update | 2023-12-15 |
| Veröffentlichungsdatum | 2023-07-01 |
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
| Entwickler | ebatchas |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://ebatchas.com/ |
| URL der Datenschutzrichtlinien-Seite | https://github.com/raphaexl/ebatchas-privacy/blob/main/privacy-policy.md |
| Unterstützte Sprachen | 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
} | |