Enlarge Youtube Profile Images
Control size of profile images in the Youtube comment section.
什么是Enlarge Youtube Profile Images?
Enlarge Youtube Profile Images是由Polywocker开发的Chrome扩展程序,该扩展的主要功能是“Control size of profile images in the Youtube comment section.”。
扩展截图
下载Enlarge Youtube Profile Images扩展crx文件
下载Enlarge Youtube Profile Images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- 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
扩展基本信息
名称 | Enlarge Youtube Profile Images |
ID | pmloeageofhljhdedpfpppjbjblbncbc |
官方URL | https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc |
简介 | Control size of profile images in the Youtube comment section. |
文件大小 | 7 KB |
安装次数 | 130 |
当前版本 | 0.0.6 |
更新时间 | 2022-10-08 |
上架时间 | 2022-05-05 |
评分 | 5.00/5 共2次评分 |
开发者 | Polywocker |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/polywock/enlargeYoutubeProfileImages |
支持的语言 | 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" } } |