YouTube Video Expander

Embeds the current YouTube video within the entire Chrome window.

Qu'est-ce que YouTube Video Expander ?

YouTube Video Expander est une extension Chrome développée par wilmol, et sa fonction principale est "Embeds the current YouTube video within the entire Chrome window.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Video Expander

Téléchargez les fichiers d'extension YouTube Video Expander 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

                        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.                    

Informations de Base sur l'Extension

Nom YouTube Video Expander YouTube Video Expander
ID mmpkmmpdkbngpahhmgljkjcpfjnodlnc
URL Officiel https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Description Embeds the current YouTube video within the entire Chrome window.
Taille du Fichier 5.06 KB
Nombre d'Installations 396
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2017-04-20
Date de Publication 2017-04-19
Évaluation 3.25/5 Total 4 Évaluations
Développeur wilmol
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://github.com/wilmol
Langues Prises en Charge 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"
    ]
}