YouTube Video Expander

Embeds the current YouTube video within the entire Chrome window.

Was ist YouTube Video Expander?

YouTube Video Expander ist eine Chrome-Erweiterung, die von wilmol entwickelt wurde, und ihr Hauptmerkmal ist "Embeds the current YouTube video within the entire Chrome window.".

Erweiterungsscreenshots

screenshot
screenshot

YouTube Video Expander-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Video Expander-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Video Expander YouTube Video Expander
ID mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Offizielle URL https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Beschreibung Embeds the current YouTube video within the entire Chrome window.
Dateigröße 5.06 KB
Installationsanzahl 396
Aktuelle Version 0.0.0.4
Letztes Update 2017-04-20
Veröffentlichungsdatum 2017-04-19
Bewertung 3.25/5 Insgesamt 4 Bewertungen
Entwickler wilmol
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://github.com/wilmol
Unterstützte Sprachen 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"
    ]
}