Video Play Speed

Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.

Apa itu Video Play Speed?

Video Play Speed adalah ekstensi Chrome yang dikembangkan oleh Josephus Paye II, dan fitur utamanya adalah "Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Video Play Speed

Unduh file ekstensi Video Play 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

                        This extension allows you to easily change the playback speed of videos you are watching. You can speed up or slow down your videos in 3 clicks:

1. Right-click the video
2. Click Video Play Speed
3. Choose your playback speed

Note: YouTube™ videos not supported, as YouTube™ already supports changing the playback speed. Also, flash videos not supported, HTML5 videos only.

YouTube™ is a trademark of Google Inc.

The source of this extension is available here: https://github.com/JosephusPaye/video-playback-speed-extension                    

Informasi Dasar Ekstensi

Nama Video Play Speed Video Play Speed
ID lciiobdgpdlmfjnahgcdmgebmpfkphpb
URL Resmi https://chromewebstore.google.com/detail/video-play-speed/lciiobdgpdlmfjnahgcdmgebmpfkphpb
Deskripsi Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.
Ukuran File 55.27 KB
Jumlah Instalasi 3,259
Versi Saat Ini 0.1
Terakhir Diperbarui 2024-01-16
Tanggal Publikasi 2016-03-31
Penilaian 3.09/5 Total 11 Penilaian
Pengembang Josephus Paye II
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Play Speed",
    "author": "Josephus Paye II",
    "description": "Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "background": {
        "scripts": [
            "video-speed.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}