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 là gì?
42Yogis Yoga Video Library Fullscreen Fix là một tiện ích mở rộng Chrome được phát triển bởi http://www.42yogis.com, và tính năng chính của nó là "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 42Yogis Yoga Video Library Fullscreen Fix
Tải xuống các tệp mở rộng 42Yogis Yoga Video Library Fullscreen Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ahbhhleedpbobfheopaamajbbblnflom |
URL Chính Thức | https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom |
Mô tả | Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library. |
Kích Thước Tệp | 103 KB |
Số Lần Cài Đặt | 415 |
Phiên Bản Hiện Tại | 0.42 |
Cập Nhật Lần Cuối | 2015-02-07 |
Ngày Phát Hành | 2015-02-07 |
Đánh Giá | 3.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | http://www.42yogis.com |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://42yogis.com/faqs |
Ngôn Ngữ Được Hỗ Trợ | 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" } |