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
    }
}