Enlarge Youtube Profile Images
Control size of profile images in the Youtube comment section.
Hvad er Enlarge Youtube Profile Images?
Enlarge Youtube Profile Images er en Chrome-udvidelse udviklet af Polywocker, og dens hovedfunktion er "Control size of profile images in the Youtube comment section.".
Udvidelsesskærmbilleder
Download Enlarge Youtube Profile Images-udvidelses-CRX-fil
Download Enlarge Youtube Profile Images-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
- 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
Grundlæggende oplysninger om udvidelsen
Navn | Enlarge Youtube Profile Images |
ID | pmloeageofhljhdedpfpppjbjblbncbc |
Officiel URL | https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc |
Beskrivelse | Control size of profile images in the Youtube comment section. |
Filstørrelse | 7 KB |
Antal Installationer | 130 |
Nuværende Version | 0.0.6 |
Senest Opdateret | 2022-10-08 |
Udgivelsesdato | 2022-05-05 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Polywocker |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/polywock/enlargeYoutubeProfileImages |
Understøttede Sprog | 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" } } |