Enlarge Youtube Profile Images
Control size of profile images in the Youtube comment section.
¿Qué es Enlarge Youtube Profile Images?
Enlarge Youtube Profile Images es una extensión de Chrome desarrollada por Polywocker, y su función principal es "Control size of profile images in the Youtube comment section.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Enlarge Youtube Profile Images
Descarga archivos de extensión Enlarge Youtube Profile Images en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
- 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
Información Básica de la Extensión
Nombre | Enlarge Youtube Profile Images |
ID | pmloeageofhljhdedpfpppjbjblbncbc |
URL Oficial | https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc |
Descripción | Control size of profile images in the Youtube comment section. |
Tamaño del Archivo | 7 KB |
Cantidad de Instalaciones | 130 |
Versión Actual | 0.0.6 |
Última Actualización | 2022-10-08 |
Fecha de Publicación | 2022-05-05 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Polywocker |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/polywock/enlargeYoutubeProfileImages |
Idiomas Soportados | 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" } } |