Play with Dune HD

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

什么是Play with Dune HD?

Play with Dune HD是由Maxim Schedriviy开发的Chrome扩展程序,该扩展的主要功能是“Adds context menu item to play links with Dune HD media player”。

扩展截图

screenshot

下载Play with Dune HD扩展crx文件

下载Play with Dune HD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Play with Dune HD Play with Dune HD
ID kedckokdidnbcfcfjfmahhfipmdcjpbm
官方URL https://chromewebstore.google.com/detail/play-with-dune-hd/kedckokdidnbcfcfjfmahhfipmdcjpbm
简介 Adds context menu item to play links with Dune HD media player
文件大小 27.41 KB
安装次数 207
当前版本 1.1.4
更新时间 2015-08-20
上架时间 2015-08-20
评分 2.64/5 共14次评分
开发者 Maxim Schedriviy
付费类型 free
支持的语言 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
    }
}