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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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