42Yogis Yoga Video Library Fullscreen Fix
Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
什么是42Yogis Yoga Video Library Fullscreen Fix?
42Yogis Yoga Video Library Fullscreen Fix是由http://www.42yogis.com开发的Chrome扩展程序,该扩展的主要功能是“Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.”。
扩展截图
下载42Yogis Yoga Video Library Fullscreen Fix扩展crx文件
下载42Yogis Yoga Video Library Fullscreen Fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ahbhhleedpbobfheopaamajbbblnflom |
官方URL | https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom |
简介 | Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library. |
文件大小 | 103 KB |
安装次数 | 415 |
当前版本 | 0.42 |
更新时间 | 2015-02-07 |
上架时间 | 2015-02-07 |
评分 | 3.86/5 共7次评分 |
开发者 | http://www.42yogis.com |
付费类型 | free |
帮助页面URL | http://42yogis.com/faqs |
支持的语言 | 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" } |