Youtube Scripter
Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter.
Qu'est-ce que Youtube Scripter ?
Youtube Scripter est une extension Chrome développée par ebatchas, et sa fonction principale est "Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube Scripter
Téléchargez les fichiers d'extension Youtube Scripter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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! 🌟📲
Informations de Base sur l'Extension
Nom | Youtube Scripter |
ID | nkenhionmhdegjkgghhigaifcmpioeff |
URL Officiel | https://chromewebstore.google.com/detail/youtube-scripter/nkenhionmhdegjkgghhigaifcmpioeff |
Description | Ask AI anything regarding a YouTube video, translate, summarize, ..., export script with YouTubeScripter. |
Taille du Fichier | 106 KB |
Nombre d'Installations | 186 |
Version Actuelle | 2.0.4 |
Dernière Mise à Jour | 2023-12-15 |
Date de Publication | 2023-07-01 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | ebatchas |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ebatchas.com/ |
URL de la Page de Politique de Confidentialité | https://github.com/raphaexl/ebatchas-privacy/blob/main/privacy-policy.md |
Langues Prises en Charge | 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 } |