Video controls

This extension always shows the controls over a video/animated gif

Apa itu Video controls?

Video controls adalah ekstensi Chrome yang dikembangkan oleh Dumitru Buzoianu, dan fitur utamanya adalah "This extension always shows the controls over a video/animated gif".

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

                        Display controls on GIF/VIDEO files on sites like 9gag or imgur.
Just turn it on and mouse over the animation.                    

Informasi Dasar Ekstensi

Nama Video controls Video controls
ID gjljlaipmmjmogcbeabcaelfnbajcpih
URL Resmi https://chrome.google.com/webstore/detail/video-controls/gjljlaipmmjmogcbeabcaelfnbajcpih
Deskripsi This extension always shows the controls over a video/animated gif
Ukuran File 54.03 KB
Jumlah Instalasi 442
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-05-28
Tanggal Publikasi 2017-05-28
Penilaian 2.80/5 Total 10 Penilaian
Pengembang Dumitru Buzoianu
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video controls",
    "description": "This extension always shows the controls over a video\/animated gif",
    "version": "1.0",
    "browser_action": {
        "default_icon": "off.png",
        "badge_text": "off"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}