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 |
| 官方網址 | 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:\/\/*\/*"
]
} | |