Video Speed Changer

This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…

Apa itu Video Speed Changer?

Video Speed Changer adalah ekstensi Chrome yang dikembangkan oleh the.sh.developer, dan fitur utamanya adalah "This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Video Speed Changer

Unduh file ekstensi Video Speed Changer 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 adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to 2.5x easily. This works for html 5 videos only, flash is not supported.                    

Informasi Dasar Ekstensi

Nama Video Speed Changer Video Speed Changer
ID nkgldikaifljadeeogdbanlckplpbffj
URL Resmi https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj
Deskripsi This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
Ukuran File 6.23 KB
Jumlah Instalasi 13,875
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-11-30
Tanggal Publikasi 2015-11-30
Penilaian 4.22/5 Total 36 Penilaian
Pengembang the.sh.developer
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Changer",
    "version": "1.0",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_title": "Video Speed Changer",
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "VideoSpeedChangerLoader.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}