Enlarge Youtube Profile Images
Control size of profile images in the Youtube comment section.
Was ist Enlarge Youtube Profile Images?
Enlarge Youtube Profile Images ist eine Chrome-Erweiterung, die von Polywocker entwickelt wurde, und ihr Hauptmerkmal ist "Control size of profile images in the Youtube comment section.".
Erweiterungsscreenshots
Enlarge Youtube Profile Images-Erweiterungs-CRX-Datei herunterladen
Laden Sie Enlarge Youtube Profile Images-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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
Grundlegende Informationen zur Erweiterung
Name | Enlarge Youtube Profile Images |
ID | pmloeageofhljhdedpfpppjbjblbncbc |
Offizielle URL | https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc |
Beschreibung | Control size of profile images in the Youtube comment section. |
Dateigröße | 7 KB |
Installationsanzahl | 130 |
Aktuelle Version | 0.0.6 |
Letztes Update | 2022-10-08 |
Veröffentlichungsdatum | 2022-05-05 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Polywocker |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/polywock/enlargeYoutubeProfileImages |
Unterstützte Sprachen | 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" } } |