42Yogis Yoga Video Library Fullscreen Fix
Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
What is 42Yogis Yoga Video Library Fullscreen Fix?
42Yogis Yoga Video Library Fullscreen Fix is a Chrome extension developed by http://www.42yogis.com, and its main feature is "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.".
Extension Screenshots
Download 42Yogis Yoga Video Library Fullscreen Fix Extension CRX File
Download 42Yogis Yoga Video Library Fullscreen Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ahbhhleedpbobfheopaamajbbblnflom |
Official URL | https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom |
Description | Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library. |
File Size | 103 KB |
Installation Count | 415 |
Current Version | 0.42 |
Last Updated | 2015-02-07 |
Publish Date | 2015-02-07 |
Rating | 3.86/5 Total 7 Ratings |
Developer | http://www.42yogis.com |
Payment Type | free |
Help Page URL | http://42yogis.com/faqs |
Supported Languages | 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" } |