Maximum Color Changer for Youtube
Custom color themes for Youtube. Change youtube color to preset themes or create your own
Τι είναι το Maximum Color Changer for Youtube;
Το Maximum Color Changer for Youtube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gildammulyani, και η κύρια λειτουργία του είναι "Custom color themes for Youtube. Change youtube color to preset themes or create your own".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Maximum Color Changer for Youtube
Λήψη αρχείων επέκτασης Maximum Color Changer for Youtube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Maximum Color Changer for Youtube lets you change your YouTube theme to your favorite color in seconds ⭐ Customize color themes or use included presets to make your YouTube page unique and comfortable 🤩 Main features: ✔ Over 20 built-in themes ✔ Easy and simple control panel ✔ Works in cinema mode ✔ Choose border/ font/ background colors Download now and watch videos with comfort 👌🏻
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kjeffohcijbnlkgoaibmdcfconakaajm |
Επίσημο URL | https://chrome.google.com/webstore/detail/maximum-color-changer-for/kjeffohcijbnlkgoaibmdcfconakaajm |
Περιγραφή | Custom color themes for Youtube. Change youtube color to preset themes or create your own |
Μέγεθος Αρχείου | 365 KB |
Αριθμός Εγκαταστάσεων | 2,242,310 |
Τρέχουσα Έκδοση | 0.9.4 |
Τελευταία Ενημέρωση | 2022-09-14 |
Ημερομηνία Δημοσίευσης | 2021-09-30 |
Αξιολόγηση | 4.21/5 Συνολικά 28 Αξιολογήσεις |
Προγραμματιστής | gildammulyani |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://docs.google.com/document/d/e/2PACX-1vRysEhbdM5x7Kf4hSamTzLxfXXl46QeDDqVGNGF2kGFyMw-jDiYo-71xTgqtKodaZ6VXuaz-CfM9MxS/pub |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Maximum Color Changer for Youtube", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.9.4", "offline_enabled": true, "browser_action": { "default_popup": "popup.html" }, "icons": { "300": "icons\/icon-300.png", "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "content_scripts": [ { "all_frames": true, "js": [ "content1.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "content2.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "storage", "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ "*" ] } |