WWDChrome
Watch Apple WWDC videos using Google Chrome
WWDChromeคืออะไร?
WWDChrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jrejaud และคุณลักษณะหลักของมันคือ "Watch Apple WWDC videos using Google Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WWDChrome
ดาวน์โหลดไฟล์ส่วนขยาย WWDChrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension which lets you watch Apple's WWDC Developer Videos using Google Chrome (thus not having to use Safari). *Note that this extension only works on the developer videos, and not the live stream.* This extension automatically replaces the video that says "Streaming is available in Safari, and through the WWDC app." with the blocked video itself.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WWDChrome |
ID | lohmkcogbijdfgphbioenppfnjfdjebp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wwdchrome/lohmkcogbijdfgphbioenppfnjfdjebp |
คำอธิบาย | Watch Apple WWDC videos using Google Chrome |
ขนาดไฟล์ | 302 KB |
จำนวนการติดตั้ง | 787 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2017-10-11 |
วันที่เผยแพร่ | 2017-10-10 |
คะแนน | 3.97/5 รวมทั้งหมด 36 คะแนน |
ผู้พัฒนา | jrejaud |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jrejaud/WWDChrome |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WWDChrome", "manifest_version": 2, "version": "0.1.4", "description": "Watch Apple WWDC videos using Google Chrome", "content_scripts": [ { "matches": [ "https:\/\/developer.apple.com\/videos\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |