HTML5 Video Speed Control

Speed controls for html5 video.

Apa itu HTML5 Video Speed Control?

HTML5 Video Speed Control adalah ekstensi Chrome yang dikembangkan oleh thebenedictchen, dan fitur utamanya adalah "Speed controls for html5 video.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi HTML5 Video Speed Control

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

                        Watching videos and they're too slow for you?
Adds speed controls to any HTML5 video.  The controls have no limits on speed.


Created by Benedict Chen. If you like it, you can buy me a beer with PayPal.
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WXQKYYKPHWXHS


Open source!
Github: https://github.com/benedictchen/google-chrome-html5video-controls                    

Informasi Dasar Ekstensi

Nama HTML5 Video Speed Control HTML5 Video Speed Control
ID ejdipbccipeloijefbkiakckfhdbgocg
URL Resmi https://chrome.google.com/webstore/detail/html5-video-speed-control/ejdipbccipeloijefbkiakckfhdbgocg
Deskripsi Speed controls for html5 video.
Ukuran File 69.25 KB
Jumlah Instalasi 20,000
Versi Saat Ini 1.42
Terakhir Diperbarui 2017-11-18
Tanggal Publikasi 2017-11-18
Penilaian 3.93/5 Total 203 Penilaian
Pengembang thebenedictchen
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://benedictchen.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Speed Control",
    "description": "Speed controls for html5 video.",
    "options_page": "options.html",
    "version": "1.42",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "speedcontrol.js"
            ],
            "all_frames": true
        }
    ]
}