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" ] } |