GlowTube - YouTube theme changes with video
YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!
GlowTube - YouTube theme changes with videoคืออะไร?
GlowTube - YouTube theme changes with video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pawel.misiurski และคุณลักษณะหลักของมันคือ "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GlowTube - YouTube theme changes with video
ดาวน์โหลดไฟล์ส่วนขยาย GlowTube - YouTube theme changes with video ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's like a TV with ambient light behind it but inside YouTube. After installing watch this video!: https://www.youtube.com/watch?v=z5dfpe_-Lgg
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kcmakmjeejndmolccmgcnpnkkfghjcje |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/glowtube-youtube-theme-ch/kcmakmjeejndmolccmgcnpnkkfghjcje |
คำอธิบาย | YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy! |
ขนาดไฟล์ | 32.76 KB |
จำนวนการติดตั้ง | 448 |
เวอร์ชันปัจจุบัน | 1.2.3.4 |
อัปเดตครั้งล่าสุด | 2016-03-12 |
วันที่เผยแพร่ | 2016-03-12 |
คะแนน | 3.75/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | pawel.misiurski |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/dvlp/GlowTube |
URL หน้าช่วยเหลือ | https://github.com/dvlp/GlowTube |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GlowTube - YouTube theme changes with video", "version": "1.2.3.4", "manifest_version": 2, "description": "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!", "homepage_url": "https:\/\/github.com\/DVLP\/GlowTube", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "pages": [ "src\/bg\/background.html" ] }, "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "js": [ "js\/content.js" ] } ], "permissions": [ "https:\/\/youtube.com\/*", "http:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*", "tabs" ], "web_accessible_resources": [ "js\/inject.js" ] } |