Play with Dune HD

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

Play with Dune HDคืออะไร?

Play with Dune HD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maxim Schedriviy และคุณลักษณะหลักของมันคือ "Adds context menu item to play links with Dune HD media player"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Play with Dune HD

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}