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" } |