42Yogis Yoga Video Library Fullscreen Fix

Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.

Co to jest 42Yogis Yoga Video Library Fullscreen Fix?

42Yogis Yoga Video Library Fullscreen Fix to rozszerzenie Chrome opracowane przez http://www.42yogis.com, a jego główną funkcją jest „Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia 42Yogis Yoga Video Library Fullscreen Fix

Pobierz pliki rozszerzeń 42Yogis Yoga Video Library Fullscreen Fix 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

                        There are bugs in YouTube's new HTML5 video player, particularly the fullscreen button often disappears for embedded videos. This extension adds the fullscreen button back for yoga videos on 42Yogis.com only. You can now watch yoga videos fullscreen without leaving 42Yogis.com.                    

Podstawowe informacje o rozszerzeniu

Nazwa 42Yogis Yoga Video Library Fullscreen Fix 42Yogis Yoga Video Library Fullscreen Fix
ID ahbhhleedpbobfheopaamajbbblnflom
Oficjalny URL https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom
Opis Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
Rozmiar pliku 103 KB
Liczba instalacji 415
Aktualna Wersja 0.42
Ostatnia Aktualizacja 2015-02-07
Data Publikacji 2015-02-07
Ocena 3.86/5 Łącznie 7 Oceny
Deweloper http://www.42yogis.com
Typ Płatności free
Adres URL Strony Pomocy http://42yogis.com/faqs
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/jquery-1.js",
                "\/js\/fullscreen.js"
            ],
            "matches": [
                "http:\/\/www.42yogis.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.",
    "manifest_version": 2,
    "name": "42Yogis Yoga Video Library Fullscreen Fix",
    "permissions": [
        "tabs",
        "http:\/\/www.42yogis.com\/*"
    ],
    "version": "0.42"
}