Yt-dl
Download video and audio from youtube
Apa itu Yt-dl?
Yt-dl adalah ekstensi Chrome yang dikembangkan oleh gael, dan fitur utamanya adalah "Download video and audio from youtube".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yt-dl
Unduh file ekstensi Yt-dl dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | gccifhplaedickonplemkdbmnfngpfin |
URL Resmi | https://chrome.google.com/webstore/detail/yt-dl/gccifhplaedickonplemkdbmnfngpfin |
Deskripsi | Download video and audio from youtube |
Ukuran File | 74.27 KB |
Jumlah Instalasi | 109 |
Versi Saat Ini | 0.5 |
Terakhir Diperbarui | 2014-11-27 |
Tanggal Publikasi | 2014-11-27 |
Penilaian | 1.33/5 Total 3 Penilaian |
Pengembang | gael |
Tipe Pembayaran | free |
Bahasa yang Didukung | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yt-dl", "version": "0.5", "description": "Download video and audio from youtube", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.js", "ui.js", "downloader.js" ] } ], "permissions": [ "http:\/\/shinkyo.ovh\/*" ], "web_accessible_resources": [ "wait.gif", "download-video.png", "download-audio.png" ], "manifest_version": 2 } |