Youtube Likes Sidebar Button
Adds a Liked Videos link to the library section of the Youtube sidebar.
Youtube Likes Sidebar Buttonคืออะไร?
Youtube Likes Sidebar Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://systemcluster.me และคุณลักษณะหลักของมันคือ "Adds a Liked Videos link to the library section of the Youtube sidebar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Likes Sidebar Button
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Likes Sidebar Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a Liked Videos link to the library section of the Youtube sidebar. Integrates seamlessly with the existing sidebar links. 2017-08-30: Updated to support the new Polymer Youtube layout.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ahmdidmhhffpkhgfihmcinmlklpeipjm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-likes-sidebar-but/ahmdidmhhffpkhgfihmcinmlklpeipjm |
คำอธิบาย | Adds a Liked Videos link to the library section of the Youtube sidebar. |
ขนาดไฟล์ | 9.89 KB |
จำนวนการติดตั้ง | 250 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2018-07-28 |
วันที่เผยแพร่ | 2018-07-28 |
คะแนน | 4.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | http://systemcluster.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Likes Sidebar Button", "short_name": "Youtube Likes Sidebar Button", "description": "Adds a Liked Videos link to the library section of the Youtube sidebar.", "version": "0.2.0", "author": "Christian Sdunek", "icons": { "16": "chrome\/skin\/icon16.png", "48": "chrome\/skin\/icon48.png", "96": "chrome\/skin\/icon96.png", "128": "chrome\/skin\/icon128.png" }, "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*.youtube.com\/*" ] } |