Youtube - Images Fix

Restore profile's images loadability

Co to jest Youtube - Images Fix?

Youtube - Images Fix to rozszerzenie Chrome opracowane przez Water, a jego główną funkcją jest „Restore profile's images loadability”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Youtube - Images Fix

Pobierz pliki rozszerzeń Youtube - Images Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube - Images Fix Youtube - Images Fix
ID clhjckblfjcoemnbadonkmhodgfodmkp
Oficjalny URL https://chromewebstore.google.com/detail/youtube-images-fix/clhjckblfjcoemnbadonkmhodgfodmkp
Opis Restore profile's images loadability
Rozmiar pliku 9.5 KB
Liczba instalacji 994
Aktualna Wersja 4.1.1
Ostatnia Aktualizacja 2022-10-28
Data Publikacji 2020-04-27
Ocena 4.94/5 Łącznie 18 Oceny
Deweloper Water
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}