ytCropper Extension
This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video
Apa itu ytCropper Extension?
ytCropper Extension adalah ekstensi Chrome yang dikembangkan oleh https://www.ytcropper.com, dan fitur utamanya adalah "This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ytCropper Extension
Unduh file ekstensi ytCropper Extension 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
This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a YouTube video
Informasi Dasar Ekstensi
Nama | |
ID | jbfhidppllclbgkeppjpfhnihhggjood |
URL Resmi | https://chromewebstore.google.com/detail/ytcropper-extension/jbfhidppllclbgkeppjpfhnihhggjood |
Deskripsi | This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video |
Ukuran File | 12.78 KB |
Jumlah Instalasi | 181 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2014-06-04 |
Tanggal Publikasi | 2014-06-04 |
Penilaian | 2.71/5 Total 7 Penilaian |
Pengembang | https://www.ytcropper.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.ytcropper.com |
URL Halaman Bantuan | http://www.ytcropper.com/contact |
Bahasa yang Didukung | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ytCropper Extension", "description": "This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video", "version": "1.2", "page_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon.png" }, "permissions": [ "tabs" ] } |