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 |
官方網址 | 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" } |