Mediabox

It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…

Was ist Mediabox?

Mediabox ist eine Chrome-Erweiterung, die von https://florentdenis.net entwickelt wurde, und ihr Hauptmerkmal ist "It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Mediabox-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mediabox-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

                        It's a simple popup, where you store videos to watch without interrupting navigation.

With mediabox, you can "up" your video inside a list. Then, you can view your videos, watch them again in the list or in a popup.

Actuel support:
- Youtube
- Dailymotion
- Vimeo                    

Grundlegende Informationen zur Erweiterung

Name Mediabox Mediabox
ID mpnfgpnnaphelnihppldkdhcbbejokab
Offizielle URL https://chromewebstore.google.com/detail/mediabox/mpnfgpnnaphelnihppldkdhcbbejokab
Beschreibung It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…
Dateigröße 128 KB
Installationsanzahl 55
Aktuelle Version 1.0
Letztes Update 2015-03-07
Veröffentlichungsdatum 2015-03-07
Entwickler https://florentdenis.net
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mediabox",
    "manifest_version": 2,
    "version": "1.0",
    "icons": {
        "16": "icones\/icone16.png",
        "48": "icones\/icone48.png",
        "128": "icones\/icone128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "build\/adapter.js",
            "build\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "build\/storage.js",
                "build\/adapter.js",
                "build\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icones\/icone19.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}