Youtube - Images Fix

Restore profile's images loadability

Wat is Youtube - Images Fix?

Youtube - Images Fix is een Chrome-extensie ontwikkeld door Water, en de belangrijkste functie is "Restore profile's images loadability".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube - Images Fix

Download Youtube - Images Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Youtube - Images Fix Youtube - Images Fix
ID clhjckblfjcoemnbadonkmhodgfodmkp
Officiële URL https://chromewebstore.google.com/detail/youtube-images-fix/clhjckblfjcoemnbadonkmhodgfodmkp
Beschrijving Restore profile's images loadability
Bestandsgrootte 9.5 KB
Aantal Installaties 994
Huidige Versie 4.1.1
Laatst Bijgewerkt 2022-10-28
Publicatiedatum 2020-04-27
Beoordeling 4.94/5 Totaal 18 Beoordelingen
Ontwikkelaar Water
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}