Mediabox

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

Mediaboxとは何ですか?

Mediaboxはhttps://florentdenis.netによって開発されたChromeの拡張機能で、その主な機能は「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

Mediabox拡張機能のCRXファイルをダウンロード

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:\/\/*\/*"
    ]
}