Fullvideo
Expand video to full window
Qu'est-ce que Fullvideo ?
Fullvideo est une extension Chrome développée par Rane.io, et sa fonction principale est "Expand video to full window".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fullvideo
Téléchargez les fichiers d'extension Fullvideo 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
Expand video to full window. Supported sites: - Youtube - Yle Areena - Katsomo (beta)
Informations de Base sur l'Extension
Nom | Fullvideo |
ID | iionkonfaiahmciblcgjidknllcimdpj |
URL Officiel | https://chromewebstore.google.com/detail/fullvideo/iionkonfaiahmciblcgjidknllcimdpj |
Description | Expand video to full window |
Taille du Fichier | 15.51 KB |
Nombre d'Installations | 51 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-04-13 |
Date de Publication | 2017-04-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Rane.io |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fullvideo", "description": "Expand video to full window", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "activeTab" ] } |