Mediabox

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

Apa itu Mediabox?

Mediabox adalah ekstensi Chrome yang dikembangkan oleh https://florentdenis.net, dan fitur utamanya adalah "It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Mediabox

Unduh file ekstensi Mediabox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Mediabox Mediabox
ID mpnfgpnnaphelnihppldkdhcbbejokab
URL Resmi https://chromewebstore.google.com/detail/mediabox/mpnfgpnnaphelnihppldkdhcbbejokab
Deskripsi It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…
Ukuran File 128 KB
Jumlah Instalasi 55
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-03-07
Tanggal Publikasi 2015-03-07
Pengembang https://florentdenis.net
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}