Enlarge Youtube Profile Images
Control size of profile images in the Youtube comment section.
Wat is Enlarge Youtube Profile Images?
Enlarge Youtube Profile Images is een Chrome-extensie ontwikkeld door Polywocker, en de belangrijkste functie is "Control size of profile images in the Youtube comment section.".
Extensie Screenshots
Download het CRX-bestand van de extensie Enlarge Youtube Profile Images
Download Enlarge Youtube Profile Images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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
Basisinformatie over de Extensie
Naam | Enlarge Youtube Profile Images |
ID | pmloeageofhljhdedpfpppjbjblbncbc |
Officiële URL | https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc |
Beschrijving | Control size of profile images in the Youtube comment section. |
Bestandsgrootte | 7 KB |
Aantal Installaties | 130 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2022-10-08 |
Publicatiedatum | 2022-05-05 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Polywocker |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/polywock/enlargeYoutubeProfileImages |
Ondersteunde Talen | 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" } } |