Speed Control

Control the speed of HTML5 video

Apa itu Speed Control?

Speed Control adalah ekstensi Chrome yang dikembangkan oleh Josh Miles, dan fitur utamanya adalah "Control the speed of HTML5 video".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Speed Control

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

                        This extension will adjust the playback speed of any HTML5 video in the current tab. Just click on the extension and slide the bar to adjust the playback speed. Works on Facebook Video, Twitter, YouTube, Netflix, and many more services.                    

Informasi Dasar Ekstensi

Nama Speed Control Speed Control
ID licimfihnglekdccgjijhmfdocplhdbk
URL Resmi https://chromewebstore.google.com/detail/speed-control/licimfihnglekdccgjijhmfdocplhdbk
Deskripsi Control the speed of HTML5 video
Ukuran File 8.96 KB
Jumlah Instalasi 14,962
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2017-10-26
Tanggal Publikasi 2017-10-26
Penilaian 4.93/5 Total 29 Penilaian
Pengembang Josh Miles
Tipe Pembayaran free
Situs Ekstensi https://github.com/milesjos/speed-control
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Control",
    "description": "Control the speed of HTML5 video",
    "version": "1.1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}