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
官方網址 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
    }
}