Mediabox
It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…
Qu'est-ce que Mediabox ?
Mediabox est une extension Chrome développée par https://florentdenis.net, et sa fonction principale est "It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mediabox
Téléchargez les fichiers d'extension Mediabox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Mediabox |
ID | mpnfgpnnaphelnihppldkdhcbbejokab |
URL Officiel | 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… |
Taille du Fichier | 128 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-03-07 |
Date de Publication | 2015-03-07 |
Développeur | https://florentdenis.net |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |