Mediabox

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

Что такое Mediabox?

Mediabox - это расширение Chrome, разработанное https://florentdenis.net, и его основная функция - "It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Mediabox

Скачайте файлы расширений Mediabox в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Mediabox Mediabox
ID mpnfgpnnaphelnihppldkdhcbbejokab
Официальный URL https://chromewebstore.google.com/detail/mediabox/mpnfgpnnaphelnihppldkdhcbbejokab
Описание It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…
Размер файла 128 KB
Количество установок 55
Текущая Версия 1.0
Последнее Обновление 2015-03-07
Дата публикации 2015-03-07
Разработчик https://florentdenis.net
Тип оплаты free
Поддерживаемые языки 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:\/\/*\/*"
    ]
}