Enlarge Youtube Profile Images
Control size of profile images in the Youtube comment section.
What is Enlarge Youtube Profile Images?
Enlarge Youtube Profile Images is a Chrome extension developed by Polywocker, and its main feature is "Control size of profile images in the Youtube comment section.".
Extension Screenshots
Download Enlarge Youtube Profile Images Extension CRX File
Download Enlarge Youtube Profile Images extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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
Extension Basic Information
Name | Enlarge Youtube Profile Images |
ID | pmloeageofhljhdedpfpppjbjblbncbc |
Official URL | https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc |
Description | Control size of profile images in the Youtube comment section. |
File Size | 7 KB |
Installation Count | 130 |
Current Version | 0.0.6 |
Last Updated | 2022-10-08 |
Publish Date | 2022-05-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Polywocker |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/polywock/enlargeYoutubeProfileImages |
Supported Languages | 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" } } |