Udemy Video Playback Speed
Adds additional playback speed options for videos on Udemy.
Apa itu Udemy Video Playback Speed?
Udemy Video Playback Speed adalah ekstensi Chrome yang dikembangkan oleh gitnix, dan fitur utamanya adalah "Adds additional playback speed options for videos on Udemy.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Udemy Video Playback Speed
Unduh file ekstensi Udemy Video Playback Speed 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
Watch videos on Udemy at up to 4x speed!
Informasi Dasar Ekstensi
Nama | Udemy Video Playback Speed |
ID | jipobffkabkgddgmdmmgjoaopbnjnffn |
URL Resmi | https://chromewebstore.google.com/detail/udemy-video-playback-spee/jipobffkabkgddgmdmmgjoaopbnjnffn |
Deskripsi | Adds additional playback speed options for videos on Udemy. |
Ukuran File | 13.59 KB |
Jumlah Instalasi | 3,206 |
Versi Saat Ini | 1.2.7 |
Terakhir Diperbarui | 2021-01-09 |
Tanggal Publikasi | 2019-04-12 |
Penilaian | 3.94/5 Total 69 Penilaian |
Pengembang | gitnix |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/gitnix/chrome-extension-udemy-playback-rate |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Udemy Video Playback Speed", "version": "1.2.7", "description": "Adds additional playback speed options for videos on Udemy.", "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.udemy.com\/*" ], "js": [ "playbackRate.js" ], "css": [ "menuList.css" ] } ] } |