Youtube Scripter
Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter.
Cos'è Youtube Scripter?
Youtube Scripter è un'estensione di Chrome sviluppata da ebatchas, e la sua funzione principale è "Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube Scripter
Scarica i file di estensione Youtube Scripter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! 🌟📲 Informazioni di Base sull'Estensione
| Nome | |
| ID | nkenhionmhdegjkgghhigaifcmpioeff |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-scripter/nkenhionmhdegjkgghhigaifcmpioeff |
| Descrizione | Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter. |
| Dimensione del File | 106 KB |
| Conteggio Installazioni | 186 |
| Versione Corrente | 2.0.4 |
| Ultimo Aggiornamento | 2023-12-15 |
| Data di Pubblicazione | 2023-07-01 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | ebatchas |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://ebatchas.com/ |
| URL della Pagina della Politica sulla Privacy | https://github.com/raphaexl/ebatchas-privacy/blob/main/privacy-policy.md |
| Lingue Supportate | 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
} | |