YT Clipper
This extension will help create YouTube clips by sending clip start, stop, and titles to server.
Apa itu YT Clipper?
YT Clipper adalah ekstensi Chrome yang dikembangkan oleh roblee357, dan fitur utamanya adalah "This extension will help create YouTube clips by sending clip start, stop, and titles to server.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YT Clipper
Unduh file ekstensi YT Clipper 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
Can be useful in creating a training dataset.
Informasi Dasar Ekstensi
Nama | YT Clipper |
ID | dbphcgefoicnofkngjonipaoonggnphj |
URL Resmi | https://chromewebstore.google.com/detail/yt-clipper/dbphcgefoicnofkngjonipaoonggnphj |
Deskripsi | This extension will help create YouTube clips by sending clip start, stop, and titles to server. |
Ukuran File | 773 KB |
Jumlah Instalasi | 42 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-06-10 |
Tanggal Publikasi | 2021-06-09 |
Pengembang | roblee357 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YT Clipper", "description": "This extension will help create YouTube clips by sending clip start, stop, and titles to server.", "version": "1.0", "browser_action": { "default_title": "YT Clipper", "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", " |