Video player extension

More control over the video player

Apa itu Video player extension?

Video player extension adalah ekstensi Chrome yang dikembangkan oleh dskloet, dan fitur utamanya adalah "More control over the video player".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Video player extension

Unduh file ekstensi Video player extension 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

                        Adds keyboard shortcuts to the video player on any website. Use space bar to pause and '[' and ']' to adjust speed by 0.1x increments. 'o' and 'p' to move forward and backward by 3 seconds. '\' clicks the ad skip button.                    

Informasi Dasar Ekstensi

Nama Video player extension Video player extension
ID kkipdgnjllphhbcoapilfpmflipdblfl
URL Resmi https://chromewebstore.google.com/detail/video-player-extension/kkipdgnjllphhbcoapilfpmflipdblfl
Deskripsi More control over the video player
Ukuran File 24.99 KB
Jumlah Instalasi 145
Versi Saat Ini 0.8
Terakhir Diperbarui 2023-11-17
Tanggal Publikasi 2020-09-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang dskloet
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://dskl.net/screen/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video player extension",
    "version": "0.8",
    "description": "More control over the video player",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}