Youtube - Images Fix

Restore profile's images loadability

什麼是Youtube - Images Fix?

Youtube - Images Fix是由Water開發的Chrome擴展程式,該擴展的主要功能是“Restore profile's images loadability”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Youtube - Images Fix Youtube - Images Fix
ID clhjckblfjcoemnbadonkmhodgfodmkp
官方網址 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
}