Youtube Video always visible & on top
Read comments while watching your favorite Youtube videos at the same time!
Youtube Video always visible & on topคืออะไร?
Youtube Video always visible & on top เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RCHRD และคุณลักษณะหลักของมันคือ "Read comments while watching your favorite Youtube videos at the same time!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Video always visible & on top
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Video always visible & on top ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Read comments while watching your favorite Youtube videos at the same time. This extension will stick the video to the top of the screen while you are still able to scroll through the comments. The overlay on the video while hovering over it will also display the title, the amount of views and the percentage of likes / dislikes. Recommended resolution: 1920 x 1080 Version 1.1.2 - Fixed top margin when enabled Version 1.1.1 - Settings are now visible without having to refresh the page Version 1.1.0: - You can now enable/disable the extension in the settings menu at a Youtube video - Overlay is removed due to bugs - Fixed the white border on top of the screen when watching fullscreen videos - Fixed the positions so the playlist will stay at the same position
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | enpddmbnhblebaopmncdijhfnjnbcdjm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-video-always-visi/enpddmbnhblebaopmncdijhfnjnbcdjm |
คำอธิบาย | Read comments while watching your favorite Youtube videos at the same time! |
ขนาดไฟล์ | 45.49 KB |
จำนวนการติดตั้ง | 466 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2017-05-13 |
วันที่เผยแพร่ | 2017-05-13 |
คะแนน | 2.87/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | RCHRD |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Video always visible & on top", "short_name": "Youtube Video always visible", "description": "Read comments while watching your favorite Youtube videos at the same time!", "version": "1.1.2", "browser_action": { "persistent": true, "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "youtube.css" ], "js": [ "js\/jquery.js", "js\/script.js" ], "run_at": "document_end" } ] } |