YouTube Video Expander

Embeds the current YouTube video within the entire Chrome window.

Co je YouTube Video Expander?

YouTube Video Expander je rozšíření Chrome vyvinuté wilmol, a jeho hlavní funkcí je „Embeds the current YouTube video within the entire Chrome window.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Video Expander

Stáhněte si soubory rozšíření YouTube Video Expander ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YouTube Video Expander YouTube Video Expander
ID mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Oficiální URL https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Popis Embeds the current YouTube video within the entire Chrome window.
Velikost souboru 5.06 KB
Počet instalací 396
Aktuální Verze 0.0.0.4
Poslední Aktualizace 2017-04-20
Datum Vydání 2017-04-19
Hodnocení 3.25/5 Celkem 4 Hodnocení
Vývojář wilmol
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://github.com/wilmol
Podporované Jazyky 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"
    ]
}