42Yogis Yoga Video Library Fullscreen Fix

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

Hvad er 42Yogis Yoga Video Library Fullscreen Fix?

42Yogis Yoga Video Library Fullscreen Fix er en Chrome-udvidelse udviklet af http://www.42yogis.com, og dens hovedfunktion er "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.".

Udvidelsesskærmbilleder

screenshot

Download 42Yogis Yoga Video Library Fullscreen Fix-udvidelses-CRX-fil

Download 42Yogis Yoga Video Library Fullscreen Fix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn 42Yogis Yoga Video Library Fullscreen Fix 42Yogis Yoga Video Library Fullscreen Fix
ID ahbhhleedpbobfheopaamajbbblnflom
Officiel URL https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom
Beskrivelse Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
Filstørrelse 103 KB
Antal Installationer 415
Nuværende Version 0.42
Senest Opdateret 2015-02-07
Udgivelsesdato 2015-02-07
Bedømmelse 3.86/5 Samlet 7 Bedømmelser
Udvikler http://www.42yogis.com
Betalingsmetode free
Hjælpeside-URL http://42yogis.com/faqs
Understøttede Sprog 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"
}