Enlarge Youtube Profile Images
Control size of profile images in the Youtube comment section.
Vad är Enlarge Youtube Profile Images?
Enlarge Youtube Profile Images är en Chrome-tillägg utvecklad av Polywocker, och dess huvudfunktion är "Control size of profile images in the Youtube comment section.".
Tilläggsskärmbilder
Ladda ner Enlarge Youtube Profile Images-förlängningens CRX-fil
Ladda ner Enlarge Youtube Profile Images-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- 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äggande Information om Tillägg
Namn | Enlarge Youtube Profile Images |
ID | pmloeageofhljhdedpfpppjbjblbncbc |
Officiell webbadress | https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc |
Beskrivning | Control size of profile images in the Youtube comment section. |
Filstorlek | 7 KB |
Antal Installationer | 130 |
Aktuell Version | 0.0.6 |
Senast Uppdaterad | 2022-10-08 |
Publiceringsdatum | 2022-05-05 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Polywocker |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/polywock/enlargeYoutubeProfileImages |
Stödda Språk | 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" } } |