Play with Dune HD

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

Vad är Play with Dune HD?

Play with Dune HD är en Chrome-tillägg utvecklad av Maxim Schedriviy, och dess huvudfunktion är "Adds context menu item to play links with Dune HD media player".

Tilläggsskärmbilder

screenshot

Ladda ner Play with Dune HD-förlängningens CRX-fil

Ladda ner Play with Dune HD-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Play with Dune HD Play with Dune HD
ID kedckokdidnbcfcfjfmahhfipmdcjpbm
Officiell webbadress https://chromewebstore.google.com/detail/play-with-dune-hd/kedckokdidnbcfcfjfmahhfipmdcjpbm
Beskrivning Adds context menu item to play links with Dune HD media player
Filstorlek 27.41 KB
Antal Installationer 207
Aktuell Version 1.1.4
Senast Uppdaterad 2015-08-20
Publiceringsdatum 2015-08-20
Betyg 2.64/5 Totalt 14 Betyg
Utvecklare Maxim Schedriviy
Betalningssätt free
Stödda Språk 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
    }
}