Video Playback Speed
Allows you to change the playback speed of a video.
Apa itu Video Playback Speed?
Video Playback Speed adalah ekstensi Chrome yang dikembangkan oleh Tom2718, dan fitur utamanya adalah "Allows you to change the playback speed of a video.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Video Playback Speed
Unduh file ekstensi 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
A very simple extension that allows the user to change the playback speed of a video. - Ultra lightweight and very simple. - Open source code. - Change playback speed to any number. - Easy 'up' and 'down' controls. Permissions: The extension requires access to the current tab so that it can change the speed. It will say it has access to all websites but only runs when opened. You can also verify the source code. View source code here: https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension
Informasi Dasar Ekstensi
Nama | Video Playback Speed |
ID | oadpkpccehnaggddokffjbamieodolki |
URL Resmi | https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki |
Deskripsi | Allows you to change the playback speed of a video. |
Ukuran File | 4.88 KB |
Jumlah Instalasi | 254 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-08-07 |
Tanggal Publikasi | 2018-07-22 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Tom2718 |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension |
URL Halaman Bantuan | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Playback Speed", "description": "Allows you to change the playback speed of a video.", "author": "Tom2718", "version": "1.0", "browser_action": { "default_icon": "video-ext.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |