Fullvideo

Expand video to full window

Wat is Fullvideo?

Fullvideo is een Chrome-extensie ontwikkeld door Rane.io, en de belangrijkste functie is "Expand video to full window".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fullvideo

Download Fullvideo-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

                        Expand video to full window.

Supported sites:
 - Youtube
 - Yle Areena
 - Katsomo (beta)                    

Basisinformatie over de Extensie

Naam Fullvideo Fullvideo
ID iionkonfaiahmciblcgjidknllcimdpj
Officiële URL https://chromewebstore.google.com/detail/fullvideo/iionkonfaiahmciblcgjidknllcimdpj
Beschrijving Expand video to full window
Bestandsgrootte 15.51 KB
Aantal Installaties 51
Huidige Versie 1.0
Laatst Bijgewerkt 2017-04-13
Publicatiedatum 2017-04-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rane.io
Betalingswijze free
Ondersteunde Talen 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"
    ]
}