Coursera Playback Speed

Allows you to set playback speed to any value (from 0.25x to 10x)

Apa itu Coursera Playback Speed?

Coursera Playback Speed adalah ekstensi Chrome yang dikembangkan oleh Church of Thought, dan fitur utamanya adalah "Allows you to set playback speed to any value (from 0.25x to 10x)".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Coursera Playback Speed

Unduh file ekstensi Coursera 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

                        Coursera's video player normally caps the playback speed to a maximum of 2x. With this extension, the playback speed can be increased to any desired multiplier from 0.25x to 10x.

The keyboard shortcuts are listed below:
Space: Play/Pause
Up: Increase Volume
Down: Decrease Volume
Left: Skip Back
Right: Skip Forward
F: Toggle Fullscreen                    

Informasi Dasar Ekstensi

Nama Coursera Playback Speed Coursera Playback Speed
ID ggonllaomlopoinanbapoaamhomlflao
URL Resmi https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao
Deskripsi Allows you to set playback speed to any value (from 0.25x to 10x)
Ukuran File 19.73 KB
Jumlah Instalasi 983
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-04-11
Tanggal Publikasi 2020-10-17
Penilaian 4.13/5 Total 16 Penilaian
Pengembang Church of Thought
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/
URL Halaman Kebijakan Privasi https://churchofthought.org/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allows you to set playback speed to any value (from 0.25x to 10x)",
    "manifest_version": 2,
    "name": "Coursera Playback Speed",
    "short_name": "Coursera Playspeed",
    "version": "1.1",
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.coursera.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "hook.js"
    ]
}