Play with Dune HD

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

Cos'è Play with Dune HD?

Play with Dune HD è un'estensione di Chrome sviluppata da Maxim Schedriviy, e la sua funzione principale è "Adds context menu item to play links with Dune HD media player".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Play with Dune HD

Scarica i file di estensione Play with Dune HD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Play with Dune HD Play with Dune HD
ID kedckokdidnbcfcfjfmahhfipmdcjpbm
URL Ufficiale https://chromewebstore.google.com/detail/play-with-dune-hd/kedckokdidnbcfcfjfmahhfipmdcjpbm
Descrizione Adds context menu item to play links with Dune HD media player
Dimensione del File 27.41 KB
Conteggio Installazioni 207
Versione Corrente 1.1.4
Ultimo Aggiornamento 2015-08-20
Data di Pubblicazione 2015-08-20
Valutazione 2.64/5 Totale 14 Valutazioni
Sviluppatore Maxim Schedriviy
Tipo di Pagamento free
Lingue Supportate 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
    }
}