Mediabox
It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…
Mediaboxคืออะไร?
Mediabox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://florentdenis.net และคุณลักษณะหลักของมันคือ "It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mediabox
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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:\/\/*\/*" ] } |