YouTube Video Expander

Embeds the current YouTube video within the entire Chrome window.

Wat is YouTube Video Expander?

YouTube Video Expander is een Chrome-extensie ontwikkeld door wilmol, en de belangrijkste functie is "Embeds the current YouTube video within the entire Chrome window.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Video Expander

Download YouTube Video Expander-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

                        Fills the browser with the current YouTube video on click of the extension icon. 

This is different to the full-screen option which fills the entire monitor. 

This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc.

See the before and after screenshots for an example.                    

Basisinformatie over de Extensie

Naam YouTube Video Expander YouTube Video Expander
ID mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Officiële URL https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Beschrijving Embeds the current YouTube video within the entire Chrome window.
Bestandsgrootte 5.06 KB
Aantal Installaties 396
Huidige Versie 0.0.0.4
Laatst Bijgewerkt 2017-04-20
Publicatiedatum 2017-04-19
Beoordeling 3.25/5 Totaal 4 Beoordelingen
Ontwikkelaar wilmol
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://github.com/wilmol
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Expander",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "description": "Embeds the current YouTube video within the entire Chrome window.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}