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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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