Play with Dune HD

Adds context menu item to play links with Dune HD media player

Apa itu Play with Dune HD?

Play with Dune HD adalah ekstensi Chrome yang dikembangkan oleh Maxim Schedriviy, dan fitur utamanya adalah "Adds context menu item to play links with Dune HD media player".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Play with Dune HD

Unduh file ekstensi Play with Dune HD 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 context menu item to play links with Dune HD media player                    

Informasi Dasar Ekstensi

Nama Play with Dune HD Play with Dune HD
ID kedckokdidnbcfcfjfmahhfipmdcjpbm
URL Resmi https://chromewebstore.google.com/detail/play-with-dune-hd/kedckokdidnbcfcfjfmahhfipmdcjpbm
Deskripsi Adds context menu item to play links with Dune HD media player
Ukuran File 27.41 KB
Jumlah Instalasi 207
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2015-08-20
Tanggal Publikasi 2015-08-20
Penilaian 2.64/5 Total 14 Penilaian
Pengembang Maxim Schedriviy
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Maxim Schedriviy ",
    "manifest_version": 2,
    "name": "Play with Dune HD",
    "short_name": "duneplay",
    "version": "1.1.4",
    "description": "Adds context menu item to play links with Dune HD media player",
    "icons": {
        "128": "dune-hd-128x128.png"
    },
    "browser_action": {
        "default_icon": "dune-hd-128x128.png"
    },
    "background": {
        "scripts": [
            "page.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}