Youtube - Images Fix

Restore profile's images loadability

Vad är Youtube - Images Fix?

Youtube - Images Fix är en Chrome-tillägg utvecklad av Water, och dess huvudfunktion är "Restore profile's images loadability".

Tilläggsskärmbilder

screenshot

Ladda ner Youtube - Images Fix-förlängningens CRX-fil

Ladda ner Youtube - Images Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Youtube - Images Fix Youtube - Images Fix
ID clhjckblfjcoemnbadonkmhodgfodmkp
Officiell webbadress https://chromewebstore.google.com/detail/youtube-images-fix/clhjckblfjcoemnbadonkmhodgfodmkp
Beskrivning Restore profile's images loadability
Filstorlek 9.5 KB
Antal Installationer 994
Aktuell Version 4.1.1
Senast Uppdaterad 2022-10-28
Publiceringsdatum 2020-04-27
Betyg 4.94/5 Totalt 18 Betyg
Utvecklare Water
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}