Video Controls

Re-styling of Prime Video playback controls to be less intrusive.

Apa itu Video Controls?

Video Controls adalah ekstensi Chrome yang dikembangkan oleh Justin, dan fitur utamanya adalah "Re-styling of Prime Video playback controls to be less intrusive.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Video Controls

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

                        Automatically re-styles Prime Video playback controls to be less intrusive.

Release Notes:

v1.0.1
- Added support for American prime video domains                    

Informasi Dasar Ekstensi

Nama Video Controls Video Controls
ID jabennopofjkkeodfgcmpmdcibkjlcol
URL Resmi https://chromewebstore.google.com/detail/video-controls/jabennopofjkkeodfgcmpmdcibkjlcol
Deskripsi Re-styling of Prime Video playback controls to be less intrusive.
Ukuran File 45.28 KB
Jumlah Instalasi 364
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2022-09-25
Tanggal Publikasi 2019-11-04
Penilaian 5.00/5 Total 14 Penilaian
Pengembang Justin
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Controls",
    "version": "1.1.2",
    "description": "Re-styling of Prime Video playback controls to be less intrusive.",
    "icons": {
        "128": "images\/logoIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/primevideo.com\/*",
                "https:\/\/www.primevideo.com\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "images\/logoIcon.png"
        }
    },
    "permissions": [
        "https:\/\/primevideo.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.cloudflare.com; object-src 'self'",
    "manifest_version": 2
}