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
公式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
Eメール [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
}