Video Speed Control x0.1-5

Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.

Apa itu Video Speed Control x0.1-5?

Video Speed Control x0.1-5 adalah ekstensi Chrome yang dikembangkan oleh https://covidcures.live, dan fitur utamanya adalah "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Video Speed Control x0.1-5

Unduh file ekstensi Video Speed Control x0.1-5 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

                        You can change the speed of any HTML5 video, this includes YouTube, Vimeo, Websites and Adverts!                    

Informasi Dasar Ekstensi

Nama Video Speed Control x0.1-5 Video Speed Control x0.1-5
ID lcdjldcaalmmkpogignniieicpdlhpmb
URL Resmi https://chromewebstore.google.com/detail/video-speed-control-x01-5/lcdjldcaalmmkpogignniieicpdlhpmb
Deskripsi Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.
Ukuran File 181 KB
Jumlah Instalasi 220
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2021-03-08
Tanggal Publikasi 2021-02-23
Penilaian 4.00/5 Total 1 Penilaian
Pengembang https://covidcures.live
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Speed Control x0.1-5",
    "version": "1.2.0",
    "description": "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "\/js\/popup.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Video Speed Control",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "256": "icons\/icon-256.png",
            "512": "icons\/icon-512.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "manifest_version": 2
}