Play with Dune HD

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

Wat is Play with Dune HD?

Play with Dune HD is een Chrome-extensie ontwikkeld door Maxim Schedriviy, en de belangrijkste functie is "Adds context menu item to play links with Dune HD media player".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Play with Dune HD

Download Play with Dune HD-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Play with Dune HD Play with Dune HD
ID kedckokdidnbcfcfjfmahhfipmdcjpbm
Officiële URL https://chromewebstore.google.com/detail/play-with-dune-hd/kedckokdidnbcfcfjfmahhfipmdcjpbm
Beschrijving Adds context menu item to play links with Dune HD media player
Bestandsgrootte 27.41 KB
Aantal Installaties 207
Huidige Versie 1.1.4
Laatst Bijgewerkt 2015-08-20
Publicatiedatum 2015-08-20
Beoordeling 2.64/5 Totaal 14 Beoordelingen
Ontwikkelaar Maxim Schedriviy
Betalingswijze free
Ondersteunde Talen 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
    }
}