Cling
Make youtube videos cling to the top of the window while you browse Youtube comments.
Clingคืออะไร?
Cling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ExPixel และคุณลักษณะหลักของมันคือ "Make youtube videos cling to the top of the window while you browse Youtube comments."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cling
ดาวน์โหลดไฟล์ส่วนขยาย Cling ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cling allows you to scroll down and read comments or look at related videos while continuing to watch your video.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cling |
ID | ipignndcmkjenpnahgmnjcbfabihaodn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn |
คำอธิบาย | Make youtube videos cling to the top of the window while you browse Youtube comments. |
ขนาดไฟล์ | 91.97 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2015-09-07 |
วันที่เผยแพร่ | 2015-09-06 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | ExPixel |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/expixel |
URL หน้าช่วยเหลือ | https://github.com/expixel/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cling", "version": "2.0.2", "manifest_version": 2, "description": "Make youtube videos cling to the top of the window while you browse Youtube comments.", "homepage_url": "http:\/\/github.com\/expixel", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "src\/inject\/animate.min.css", "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/*" ] } |