DevCamp Video Player Enhancer
Improves upon the default video player that is built into the DevCamp website
DevCamp Video Player Enhancerคืออะไร?
DevCamp Video Player Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://andrewsumsion.github.io และคุณลักษณะหลักของมันคือ "Improves upon the default video player that is built into the DevCamp website"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DevCamp Video Player Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย DevCamp Video Player Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
DevCamp Video Player is a Chrome and Firefox extension built by someone who, like you, has had to deal with the default DevCamp video player. There are a number of limitations including no way to change the playback speed of the video, and no keyboard controls at all. The goal of this extension is to fix those limitations and make you spend less time focusing on the video player, and more time on the actual video.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DevCamp Video Player Enhancer |
ID | mkljnifggpnpaniaokhiaobfocgaiejb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/devcamp-video-player-enha/mkljnifggpnpaniaokhiaobfocgaiejb |
คำอธิบาย | Improves upon the default video player that is built into the DevCamp website |
ขนาดไฟล์ | 48.56 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2018-06-19 |
วันที่เผยแพร่ | 2018-06-18 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://andrewsumsion.github.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://andrewsumsion.github.io/devcamp-video-player-enhancer |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevCamp Video Player Enhancer", "version": "0.2", "description": "Improves upon the default video player that is built into the DevCamp website", "icons": { "16": "logos\/icon-16.png", "32": "logos\/icon-32.png", "48": "logos\/icon-48.png", "128": "logos\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.devcamp.com\/*\/guide\/*", "https:\/\/*.devcamp.com\/*\/guide\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js", "spacebar.js", "video-speed.js" ], "css": [ "content.css" ] } ], "manifest_version": 2 } |