Export YouTube Clips
A Chrome extension that allows you to easily extract YouTube clips and grab their urls.
O que é Export YouTube Clips?
Export YouTube Clips é uma extensão do Chrome desenvolvida por kendreaditya, e sua principal característica é "A Chrome extension that allows you to easily extract YouTube clips and grab their urls.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Export YouTube Clips
Baixe arquivos de extensão Export YouTube Clips no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The YouTube Clips Markdown Generator is a handy browser extension that simplifies the process of creating markdown files from YouTube video clips. With this extension, you can easily extract relevant information from YouTube videos and generate organized markdown files that include video details, clip titles, URLs, and transcripts. It saves you time and effort by automating the tedious process of manually extracting and formatting information. Whether you want to create summaries, highlight key points, or share clips with others, this extension streamlines the task and helps you create professional-looking markdown files with ease.
Informações Básicas da Extensão
Nome | Export YouTube Clips |
ID | bibadblheefeigmlmjiamjkajokjdnka |
URL Oficial | https://chromewebstore.google.com/detail/export-youtube-clips/bibadblheefeigmlmjiamjkajokjdnka |
Descrição | A Chrome extension that allows you to easily extract YouTube clips and grab their urls. |
Tamanho do Arquivo | 25.53 KB |
Contagem de Instalações | 30 |
Versão Atual | 1.0 |
Última Atualização | 2023-05-14 |
Data de Publicação | 2023-05-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | kendreaditya |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kendreaditya/youtube-clips/tree/main |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Export YouTube Clips", "version": "1.0", "description": "A Chrome extension that allows you to easily extract YouTube clips and grab their urls.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/clips" ], "js": [ "clipCheckboxes.js", "export.js" ], "run_at": "document_end" } ] } |