Youtube - Images Fix

Restore profile's images loadability

Что такое Youtube - Images Fix?

Youtube - Images Fix - это расширение Chrome, разработанное Water, и его основная функция - "Restore profile's images loadability".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Youtube - Images Fix

Скачайте файлы расширений 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
Электронная почта [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
}