Enlarge Youtube Profile Images
Control size of profile images in the Youtube comment section.
Τι είναι το Enlarge Youtube Profile Images;
Το Enlarge Youtube Profile Images είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Polywocker, και η κύρια λειτουργία του είναι "Control size of profile images in the Youtube comment section.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Enlarge Youtube Profile Images
Λήψη αρχείων επέκτασης Enlarge Youtube Profile Images σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
- Set preferred profile image size for the Youtube comment section. - Hover zoom on profile images. It's time to appreciate the memes and put a face to the name. Source code: https://github.com/polywock/enlargeYoutubeProfileImages
Βασικές Πληροφορίες Επέκτασης
Όνομα | Enlarge Youtube Profile Images |
ID | pmloeageofhljhdedpfpppjbjblbncbc |
Επίσημο URL | https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc |
Περιγραφή | Control size of profile images in the Youtube comment section. |
Μέγεθος Αρχείου | 7 KB |
Αριθμός Εγκαταστάσεων | 130 |
Τρέχουσα Έκδοση | 0.0.6 |
Τελευταία Ενημέρωση | 2022-10-08 |
Ημερομηνία Δημοσίευσης | 2022-05-05 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Polywocker |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/polywock/enlargeYoutubeProfileImages |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enlarge Youtube Profile Images", "version": "0.0.6", "description": "Control size of profile images in the Youtube comment section.", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "isolated.js" ] } ], "web_accessible_resources": [ { "resources": [ "main.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "icons": { "128": "icon128.png" } } |