expand-youtube
expand youtube videos to view from the subscriptions page
expand-youtubeคืออะไร?
expand-youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christopher Kwai-Pun และคุณลักษณะหลักของมันคือ "expand youtube videos to view from the subscriptions page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย expand-youtube
ดาวน์โหลดไฟล์ส่วนขยาย expand-youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds an expanding tab to the youtube subscriptions page with an embedded player. Copyright Christopher Kwai-Pun 2016 Protected under the MIT License
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | expand-youtube |
ID | jfhbpaakifjaokhhfdmnjhkjgfjpkmki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki |
คำอธิบาย | expand youtube videos to view from the subscriptions page |
ขนาดไฟล์ | 67.36 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2016-02-07 |
วันที่เผยแพร่ | 2016-02-07 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Christopher Kwai-Pun |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "expand-youtube", "description": "expand youtube videos to view from the subscriptions page", "version": "0.1.2", "author": "Christopher Kwai-Pun", "icons": { "24": "\/assets\/icons\/icon1x.png", "48": "\/assets\/icons\/icon2x.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions", "https:\/\/www.youtube.com\/" ], "css": [ "\/libraries\/bootstrap.min.css", "expand.css" ], "js": [ "\/libraries\/jquery.min.js", "\/libraries\/bootstrap.min.js", "expand.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true } } |