Youtube - Images Fix

Restore profile's images loadability

Cos'è Youtube - Images Fix?

Youtube - Images Fix è un'estensione di Chrome sviluppata da Water, e la sua funzione principale è "Restore profile's images loadability".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube - Images Fix

Scarica i file di estensione Youtube - Images Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Youtube - Images Fix Youtube - Images Fix
ID clhjckblfjcoemnbadonkmhodgfodmkp
URL Ufficiale https://chromewebstore.google.com/detail/youtube-images-fix/clhjckblfjcoemnbadonkmhodgfodmkp
Descrizione Restore profile's images loadability
Dimensione del File 9.5 KB
Conteggio Installazioni 994
Versione Corrente 4.1.1
Ultimo Aggiornamento 2022-10-28
Data di Pubblicazione 2020-04-27
Valutazione 4.94/5 Totale 18 Valutazioni
Sviluppatore Water
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}