42Yogis Yoga Video Library Fullscreen Fix

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

Was ist 42Yogis Yoga Video Library Fullscreen Fix?

42Yogis Yoga Video Library Fullscreen Fix ist eine Chrome-Erweiterung, die von http://www.42yogis.com entwickelt wurde, und ihr Hauptmerkmal ist "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.".

Erweiterungsscreenshots

screenshot

42Yogis Yoga Video Library Fullscreen Fix-Erweiterungs-CRX-Datei herunterladen

Laden Sie 42Yogis Yoga Video Library Fullscreen Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name 42Yogis Yoga Video Library Fullscreen Fix 42Yogis Yoga Video Library Fullscreen Fix
ID ahbhhleedpbobfheopaamajbbblnflom
Offizielle URL https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom
Beschreibung Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
Dateigröße 103 KB
Installationsanzahl 415
Aktuelle Version 0.42
Letztes Update 2015-02-07
Veröffentlichungsdatum 2015-02-07
Bewertung 3.86/5 Insgesamt 7 Bewertungen
Entwickler http://www.42yogis.com
Zahlungsart free
Hilfeseite URL http://42yogis.com/faqs
Unterstützte Sprachen 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"
}