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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.42yogis.com และคุณลักษณะหลักของมันคือ "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 42Yogis Yoga Video Library Fullscreen Fix
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |