Playback Rate changer

Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements

Apa itu Playback Rate changer?

Playback Rate changer adalah ekstensi Chrome yang dikembangkan oleh Amaan Cheval, dan fitur utamanya adalah "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".

Unduh Berkas CRX Ekstensi Playback Rate changer

Unduh file ekstensi Playback Rate changer 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

                        An extension that lets you use keyboard shortcuts to control the playback speed of HTML5 audio and video elements.

Keyboard shortcuts:

Alt and + increases speed
Alt and - decreases speed
Alt and 0 resets speed temporarily

The speed is saved locally for each domain individually.

Visit https://www.youtube.com/html5 to make sure YouTube tries to use HTML5 video whenever possible.                    

Informasi Dasar Ekstensi

Nama Playback Rate changer Playback Rate changer
ID jhpkealghknaaojaaiahfmkgfpomcjfc
URL Resmi https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc
Deskripsi Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Ukuran File 3.79 KB
Jumlah Instalasi 15
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-11-12
Tanggal Publikasi 2015-11-12
Penilaian 3.50/5 Total 4 Penilaian
Pengembang Amaan Cheval
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "description": "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements",
    "name": "Playback Rate changer",
    "version": "1.1",
    "manifest_version": 2
}