Html5 Video Speed Control
This extension allows the user to change the Html5 Video Speed.
Apa itu Html5 Video Speed Control?
Html5 Video Speed Control adalah ekstensi Chrome yang dikembangkan oleh Eric, dan fitur utamanya adalah "This extension allows the user to change the Html5 Video Speed.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Html5 Video Speed Control
Unduh file ekstensi Html5 Video Speed Control 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
The appearance and description are aweful, but the extension is awesome.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | kdeohphfaeoaeocgalpfjabofhfnikjc |
URL Resmi | https://chrome.google.com/webstore/detail/html5-video-speed-control/kdeohphfaeoaeocgalpfjabofhfnikjc |
Deskripsi | This extension allows the user to change the Html5 Video Speed. |
Ukuran File | 31.58 KB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-06-01 |
Tanggal Publikasi | 2019-06-01 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Eric |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Html5 Video Speed Control", "description": "This extension allows the user to change the Html5 Video Speed.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage" ] } |