Video Speed Controller

Speed up video on every site!

Apa itu Video Speed Controller?

Video Speed Controller adalah ekstensi Chrome yang dikembangkan oleh https://jakubgrzywacz.pl, dan fitur utamanya adalah "Speed up video on every site!".

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

                        Speed controller is really simple but useful extension for Chrome browser. Basically it's manipulating video speed on the site, to slow down or speed up video up to 5x speed!

Features:
- Change video speed even from 0.25 to 5.00.
- Additional button for x1/x2/x3 speed.
- Works on every site that is using video.

Changelog:
- 0.2.2
   - Experience and performance improvement
   - Update video speed on icon click
   - Reduce package size                    

Informasi Dasar Ekstensi

Nama Video Speed Controller Video Speed Controller
ID oedcflfijnmdnkllbeoacabinnlgplmb
URL Resmi https://chromewebstore.google.com/detail/video-speed-controller/oedcflfijnmdnkllbeoacabinnlgplmb
Deskripsi Speed up video on every site!
Ukuran File 67.1 KB
Jumlah Instalasi 20,000
Versi Saat Ini 0.2.2
Terakhir Diperbarui 2021-04-12
Tanggal Publikasi 2020-11-11
Penilaian 4.95/5 Total 20 Penilaian
Pengembang https://jakubgrzywacz.pl
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://jakubgrzywacz.pl/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Controller",
    "version": "0.2.2",
    "description": "Speed up video on every site!",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Video Speed Controller",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}