Youtube Fullframe

This extension puts Youtube videos in full-frame mode.

Co to jest Youtube Fullframe?

Youtube Fullframe to rozszerzenie Chrome opracowane przez tmhall67, a jego główną funkcją jest „This extension puts Youtube videos in full-frame mode.”.

Pobierz plik CRX rozszerzenia Youtube Fullframe

Pobierz pliki rozszerzeń Youtube Fullframe 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

                        This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube Fullframe Youtube Fullframe
ID oehbhdjdmgjmcphdgkgemokffldeachf
Oficjalny URL https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf
Opis This extension puts Youtube videos in full-frame mode.
Rozmiar pliku 3.9 KB
Liczba instalacji 63
Aktualna Wersja 0.7
Ostatnia Aktualizacja 2014-06-01
Data Publikacji 2014-06-01
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper tmhall67
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Fullframe",
    "description": "This extension puts Youtube videos in full-frame mode.",
    "version": "0.7",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "onClick.js"
        ],
        "persisent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}