Mediabox
It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…
Wat is Mediabox?
Mediabox is een Chrome-extensie ontwikkeld door https://florentdenis.net, en de belangrijkste functie is "It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…".
Extensie Screenshots
Download het CRX-bestand van de extensie Mediabox
Download Mediabox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Mediabox |
ID | mpnfgpnnaphelnihppldkdhcbbejokab |
Officiële URL | https://chromewebstore.google.com/detail/mediabox/mpnfgpnnaphelnihppldkdhcbbejokab |
Beschrijving | It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video… |
Bestandsgrootte | 128 KB |
Aantal Installaties | 55 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-03-07 |
Publicatiedatum | 2015-03-07 |
Ontwikkelaar | https://florentdenis.net |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |