Mediabox

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

Co to jest Mediabox?

Mediabox to rozszerzenie Chrome opracowane przez https://florentdenis.net, a jego główną funkcją jest „It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Mediabox

Pobierz pliki rozszerzeń Mediabox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Mediabox Mediabox
ID mpnfgpnnaphelnihppldkdhcbbejokab
Oficjalny URL https://chromewebstore.google.com/detail/mediabox/mpnfgpnnaphelnihppldkdhcbbejokab
Opis It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…
Rozmiar pliku 128 KB
Liczba instalacji 55
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-03-07
Data Publikacji 2015-03-07
Deweloper https://florentdenis.net
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}