ytClean | Modern YouTube Theme
A clean, modern look and feel for YouTube.
Τι είναι το ytClean | Modern YouTube Theme;
Το ytClean | Modern YouTube Theme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://justinoboyle.com, και η κύρια λειτουργία του είναι "A clean, modern look and feel for YouTube.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ytClean | Modern YouTube Theme
Λήψη αρχείων επέκτασης ytClean | Modern YouTube Theme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
ytClean provides a new and refreshing experience to YouTube. Features: - Darker theme to go easier on the eyes. - The entire watch page theme changes based on colors in thumbnail , meaning each video has their own look and feel. ytClean is an evolving extension, that is looking for your feedback! Feel free to discuss new features in the comments or on the GitHub issues page!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ibnledgdeclbdgjbjlmllphepfbopnmg |
Επίσημο URL | https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg |
Περιγραφή | A clean, modern look and feel for YouTube. |
Μέγεθος Αρχείου | 293 KB |
Αριθμός Εγκαταστάσεων | 95 |
Τρέχουσα Έκδοση | 0.0.3 |
Τελευταία Ενημέρωση | 2019-03-08 |
Ημερομηνία Δημοσίευσης | 2019-03-08 |
Αξιολόγηση | 3.50/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | http://justinoboyle.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/justinoboyle/ytClean/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ytClean | Modern YouTube Theme", "version": "0.0.3", "manifest_version": 2, "description": "A clean, modern look and feel for YouTube.", "homepage_url": "https:\/\/github.com\/justinoboyle\/ytClean", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ] } ] } |