Video Expand

Expands YouTube videos to fill your web browser window.

Wat is Video Expand?

Video Expand is een Chrome-extensie ontwikkeld door Awesome, en de belangrijkste functie is "Expands YouTube videos to fill your web browser window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Video Expand

Download Video Expand-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

                                            

Basisinformatie over de Extensie

Naam Video Expand Video Expand
ID nipckkeelhekmngnbhhdkakjjlfkilpc
Officiële URL https://chromewebstore.google.com/detail/video-expand/nipckkeelhekmngnbhhdkakjjlfkilpc
Beschrijving Expands YouTube videos to fill your web browser window.
Bestandsgrootte 8.81 KB
Aantal Installaties 393
Huidige Versie 1.0
Laatst Bijgewerkt 2016-05-13
Publicatiedatum 2016-05-13
Beoordeling 3.25/5 Totaal 4 Beoordelingen
Ontwikkelaar Awesome
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Expand",
    "version": "1.0",
    "description": "Expands YouTube videos to fill your web browser window.",
    "icons": {
        "16": "icons\/icon_16x16.png",
        "48": "icons\/icon_48x48.png",
        "128": "icons\/icon_128x128.png"
    },
    "page_action": {
        "default_icon": "icons\/pa_expand.png",
        "default_title": "expand"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/watch?*"
            ],
            "css": [
                "css\/expand.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/www.youtube.com\/watch?*"
    ],
    "manifest_version": 2
}