Youtube Fullscreen Enabler

This extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it

Co je Youtube Fullscreen Enabler?

Youtube Fullscreen Enabler je rozšíření Chrome vyvinuté Siggen, a jeho hlavní funkcí je „This extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it“.

Stáhnout soubor CRX rozšíření Youtube Fullscreen Enabler

Stáhněte si soubory rozšíření Youtube Fullscreen Enabler 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í

                        This lightweight extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it. Saves you the hassle of having to open the video on youtube and then opening fullscreen

Privacy disclosure:
This extension does not collect, save, transmit, or in any other way handle any data of any kind                    

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

Název Youtube Fullscreen Enabler Youtube Fullscreen Enabler
ID mbmmkmkhjddmjhcimakfnpjhfbjdpnam
Oficiální URL https://chromewebstore.google.com/detail/youtube-fullscreen-enable/mbmmkmkhjddmjhcimakfnpjhfbjdpnam
Popis This extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it
Velikost souboru 3.2 KB
Počet instalací 76
Aktuální Verze 0.0.1
Poslední Aktualizace 2016-04-17
Datum Vydání 2016-04-17
Hodnocení 3.30/5 Celkem 10 Hodnocení
Vývojář Siggen
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Fullscreen Enabler",
    "description": "This extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}