Enlarge Profile Image for YouTube™
A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.
什么是Enlarge Profile Image for YouTube™?
Enlarge Profile Image for YouTube™是由Elad Nava开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.”。
扩展截图
下载Enlarge Profile Image for YouTube™扩展crx文件
下载Enlarge Profile Image for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply go to any YouTube channel or profile and click the profile image to enlarge it!
This extension is open-source.
https://github.com/eladnava/enlarge-profile-image-for-youtube
YouTube™ is a registered trademark of Google. This extension is unaffiliated with Google. 扩展基本信息
| 名称 | |
| ID | aadbfahejpbhdndmnfkimgfilobdbnfo |
| 官方URL | https://chromewebstore.google.com/detail/enlarge-profile-image-for/aadbfahejpbhdndmnfkimgfilobdbnfo |
| 简介 | A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it. |
| 文件大小 | 234 KB |
| 安装次数 | 360 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2022-12-05 |
| 上架时间 | 2018-07-31 |
| 评分 | 2.33/5 共6次评分 |
| 开发者 | Elad Nava |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Enlarge Profile Image for YouTube\u2122",
"description": "A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.",
"manifest_version": 2,
"version": "1.0.3",
"icons": {
"16": "assets\/img\/icon16.png",
"48": "assets\/img\/icon48.png",
"128": "assets\/img\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"assets\/js\/jquery.js",
"assets\/js\/content.js"
]
}
]
} | |