YouTube Video Expander

Embeds the current YouTube video within the entire Chrome window.

Co to jest YouTube Video Expander?

YouTube Video Expander to rozszerzenie Chrome opracowane przez wilmol, a jego główną funkcją jest „Embeds the current YouTube video within the entire Chrome window.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia YouTube Video Expander

Pobierz pliki rozszerzeń YouTube Video Expander w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Video Expander YouTube Video Expander
ID mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Oficjalny URL https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Opis Embeds the current YouTube video within the entire Chrome window.
Rozmiar pliku 5.06 KB
Liczba instalacji 396
Aktualna Wersja 0.0.0.4
Ostatnia Aktualizacja 2017-04-20
Data Publikacji 2017-04-19
Ocena 3.25/5 Łącznie 4 Oceny
Deweloper wilmol
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://github.com/wilmol
Obsługiwane Języki 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"
    ]
}