Youtube - Images Fix

Restore profile's images loadability

What is Youtube - Images Fix?

Youtube - Images Fix is a Chrome extension developed by Water, and its main feature is "Restore profile's images loadability".

Extension Screenshots

screenshot

Download Youtube - Images Fix Extension CRX File

Download Youtube - Images Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Youtube - Images Fix Youtube - Images Fix
ID clhjckblfjcoemnbadonkmhodgfodmkp
Official URL https://chromewebstore.google.com/detail/youtube-images-fix/clhjckblfjcoemnbadonkmhodgfodmkp
Description Restore profile's images loadability
File Size 9.5 KB
Installation Count 994
Current Version 4.1.1
Last Updated 2022-10-28
Publish Date 2020-04-27
Rating 4.94/5 Total 18 Ratings
Developer Water
Email [email protected]
Payment Type free
Supported Languages 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
}