playrate
Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video
Apa itu playrate?
playrate adalah ekstensi Chrome yang dikembangkan oleh Evaw, dan fitur utamanya adalah "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi playrate
Unduh file ekstensi playrate 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
You can speedup or slowdown a video. This extension allows you to control the playback rate of an html video on the current page. The goal is to be very simple and just do one thing. Disclaimer * if the video is played through a plugin like flash, this extension will not be able to function.
Informasi Dasar Ekstensi
Nama | |
ID | pjefnlaeacgiihhaahpglacipajmbfjb |
URL Resmi | https://chrome.google.com/webstore/detail/playrate/pjefnlaeacgiihhaahpglacipajmbfjb |
Deskripsi | Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video |
Ukuran File | 17.35 KB |
Jumlah Instalasi | 301 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2016-04-07 |
Tanggal Publikasi | 2016-04-07 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Evaw |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Evaw/playrate |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "playrate", "version": "1.0.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "browser_action": { "default_icon": "playrate.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |