Mediabox
It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…
What is Mediabox?
Mediabox is a Chrome extension developed by https://florentdenis.net, and its main feature is "It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…".
Extension Screenshots
Download Mediabox Extension CRX File
Download Mediabox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Mediabox |
ID | mpnfgpnnaphelnihppldkdhcbbejokab |
Official URL | https://chromewebstore.google.com/detail/mediabox/mpnfgpnnaphelnihppldkdhcbbejokab |
Description | It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video… |
File Size | 128 KB |
Installation Count | 55 |
Current Version | 1.0 |
Last Updated | 2015-03-07 |
Publish Date | 2015-03-07 |
Developer | https://florentdenis.net |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |