Mediabox

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

Vad är Mediabox?

Mediabox är en Chrome-tillägg utvecklad av https://florentdenis.net, och dess huvudfunktion är "It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Mediabox-förlängningens CRX-fil

Ladda ner Mediabox-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

                        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äggande Information om Tillägg

Namn Mediabox Mediabox
ID mpnfgpnnaphelnihppldkdhcbbejokab
Officiell webbadress https://chromewebstore.google.com/detail/mediabox/mpnfgpnnaphelnihppldkdhcbbejokab
Beskrivning It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…
Filstorlek 128 KB
Antal Installationer 55
Aktuell Version 1.0
Senast Uppdaterad 2015-03-07
Publiceringsdatum 2015-03-07
Utvecklare https://florentdenis.net
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}