42Yogis Yoga Video Library Fullscreen Fix
Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
Co je 42Yogis Yoga Video Library Fullscreen Fix?
42Yogis Yoga Video Library Fullscreen Fix je rozšíření Chrome vyvinuté http://www.42yogis.com, a jeho hlavní funkcí je „Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření 42Yogis Yoga Video Library Fullscreen Fix
Stáhněte si soubory rozšíření 42Yogis Yoga Video Library Fullscreen Fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ahbhhleedpbobfheopaamajbbblnflom |
Oficiální URL | https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom |
Popis | Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library. |
Velikost souboru | 103 KB |
Počet instalací | 415 |
Aktuální Verze | 0.42 |
Poslední Aktualizace | 2015-02-07 |
Datum Vydání | 2015-02-07 |
Hodnocení | 3.86/5 Celkem 7 Hodnocení |
Vývojář | http://www.42yogis.com |
Typ Platby | free |
URL Stránky Nápovědy | http://42yogis.com/faqs |
Podporované Jazyky | 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" } |