Play with Dune HD

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

What is Play with Dune HD?

Play with Dune HD is a Chrome extension developed by Maxim Schedriviy, and its main feature is "Adds context menu item to play links with Dune HD media player".

Extension Screenshots

screenshot

Download Play with Dune HD Extension CRX File

Download Play with Dune HD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Play with Dune HD Play with Dune HD
ID kedckokdidnbcfcfjfmahhfipmdcjpbm
Official URL https://chromewebstore.google.com/detail/play-with-dune-hd/kedckokdidnbcfcfjfmahhfipmdcjpbm
Description Adds context menu item to play links with Dune HD media player
File Size 27.41 KB
Installation Count 207
Current Version 1.1.4
Last Updated 2015-08-20
Publish Date 2015-08-20
Rating 2.64/5 Total 14 Ratings
Developer Maxim Schedriviy
Payment Type free
Supported Languages 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
    }
}