MeTube
YouTube subscription improvements
MeTubeคืออะไร?
MeTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scott Inglis และคุณลักษณะหลักของมันคือ "YouTube subscription improvements"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MeTube
ดาวน์โหลดไฟล์ส่วนขยาย MeTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MeTube is a suite of improvements for the YouTube subscription page as well as a handful of other tweaks. Key features include: -Organizes videos into a grid layout -Replaces "Watch Later" button with "Remove" button -Choose to show or hide watched videos -Remove all watched videos from your feed -Scales "Large Player" to width of description box This was designed to work with the latest revision of the YouTube layout as of February 2014. If you have issues please let me know using the Send Feedback option in the chrome web store.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fceidobfbfedfhodnjmonpfmnbkeclmn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/metube/fceidobfbfedfhodnjmonpfmnbkeclmn |
คำอธิบาย | YouTube subscription improvements |
ขนาดไฟล์ | 52.7 KB |
จำนวนการติดตั้ง | 908 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2014-09-18 |
วันที่เผยแพร่ | 2014-09-18 |
คะแนน | 3.11/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Scott Inglis |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MeTube", "description": "YouTube subscription improvements", "version": "2.0", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "style.css" ], "js": [ "jquery-1.11.0.min.js", "script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |