Mediabox

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

Hvad er Mediabox?

Mediabox er en Chrome-udvidelse udviklet af https://florentdenis.net, og dens hovedfunktion er "It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Mediabox-udvidelses-CRX-fil

Download Mediabox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Mediabox Mediabox
ID mpnfgpnnaphelnihppldkdhcbbejokab
Officiel URL https://chromewebstore.google.com/detail/mediabox/mpnfgpnnaphelnihppldkdhcbbejokab
Beskrivelse It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…
Filstørrelse 128 KB
Antal Installationer 55
Nuværende Version 1.0
Senest Opdateret 2015-03-07
Udgivelsesdato 2015-03-07
Udvikler https://florentdenis.net
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*"
    ]
}