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…”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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:\/\/*\/*"
]
} | |