Youtube - Images Fix
Restore profile's images loadability
什么是Youtube - Images Fix?
Youtube - Images Fix是由Water开发的Chrome扩展程序,该扩展的主要功能是“Restore profile's images loadability”。
扩展截图
下载Youtube - Images Fix扩展crx文件
下载Youtube - Images Fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension restores YouTube profile icons loadability, for some people from Russia
Icons are not loading for some users in Russia because the RKN blocked the domain: "yt3.ggpht.com", this extension fixes the problem and the icons load like in the good old days 扩展基本信息
| 名称 | |
| ID | clhjckblfjcoemnbadonkmhodgfodmkp |
| 官方URL | https://chromewebstore.google.com/detail/youtube-images-fix/clhjckblfjcoemnbadonkmhodgfodmkp |
| 简介 | Restore profile's images loadability |
| 文件大小 | 9.5 KB |
| 安装次数 | 994 |
| 当前版本 | 4.1.1 |
| 更新时间 | 2022-10-28 |
| 上架时间 | 2020-04-27 |
| 评分 | 4.94/5 共18次评分 |
| 开发者 | Water |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_manifest_name__",
"short_name": "__MSG_manifest_short_name__",
"description": "__MSG_manifest_description__",
"version": "4.1.1",
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*.ggpht.com\/*",
"*:\/\/*.youtube.com\/*"
],
"icons": {
"128": "icons\/icon128.png",
"32": "icons\/icon32.png"
},
"background": {
"service_worker": "js\/background.js"
},
"default_locale": "ru",
"manifest_version": 3
} | |