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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |