Play with Dune HD

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

Was ist Play with Dune HD?

Play with Dune HD ist eine Chrome-Erweiterung, die von Maxim Schedriviy entwickelt wurde, und ihr Hauptmerkmal ist "Adds context menu item to play links with Dune HD media player".

Erweiterungsscreenshots

screenshot

Play with Dune HD-Erweiterungs-CRX-Datei herunterladen

Laden Sie Play with Dune HD-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Play with Dune HD Play with Dune HD
ID kedckokdidnbcfcfjfmahhfipmdcjpbm
Offizielle URL https://chromewebstore.google.com/detail/play-with-dune-hd/kedckokdidnbcfcfjfmahhfipmdcjpbm
Beschreibung Adds context menu item to play links with Dune HD media player
Dateigröße 27.41 KB
Installationsanzahl 207
Aktuelle Version 1.1.4
Letztes Update 2015-08-20
Veröffentlichungsdatum 2015-08-20
Bewertung 2.64/5 Insgesamt 14 Bewertungen
Entwickler Maxim Schedriviy
Zahlungsart free
Unterstützte Sprachen 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
    }
}