Video Speed Controller

Control the speed of your video!

Apa itu Video Speed Controller?

Video Speed Controller adalah ekstensi Chrome yang dikembangkan oleh markcc95, dan fitur utamanya adalah "Control the speed of your video!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Video Speed Controller

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

                        It is a speed control extension that could help you speed up the video play rate. There are a few existing button for user to quick choose the playing rate and also adjusting rate for user to input.                    

Informasi Dasar Ekstensi

Nama Video Speed Controller Video Speed Controller
ID gkikefhphmjpcnhmgmahlahlgbjnhcbd
URL Resmi https://chromewebstore.google.com/detail/video-speed-controller/gkikefhphmjpcnhmgmahlahlgbjnhcbd
Deskripsi Control the speed of your video!
Ukuran File 20.22 KB
Jumlah Instalasi 1,339
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-05-18
Tanggal Publikasi 2021-05-13
Penilaian 5.00/5 Total 3 Penilaian
Pengembang markcc95
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Speed Controller",
    "description": "Control the speed of your video!",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16x16.png",
            "32": "\/images\/icon-32x32.png",
            "48": "\/images\/icon-48x48.png",
            "128": "\/images\/icon-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16x16.png",
        "32": "\/images\/icon-32x32.png",
        "48": "\/images\/icon-48x48.png",
        "128": "\/images\/icon-128x128.png"
    }
}