Youtube - Images Fix

Restore profile's images loadability

Apa itu Youtube - Images Fix?

Youtube - Images Fix adalah ekstensi Chrome yang dikembangkan oleh Water, dan fitur utamanya adalah "Restore profile's images loadability".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube - Images Fix

Unduh file ekstensi Youtube - Images Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Youtube - Images Fix Youtube - Images Fix
ID clhjckblfjcoemnbadonkmhodgfodmkp
URL Resmi https://chromewebstore.google.com/detail/youtube-images-fix/clhjckblfjcoemnbadonkmhodgfodmkp
Deskripsi Restore profile's images loadability
Ukuran File 9.5 KB
Jumlah Instalasi 994
Versi Saat Ini 4.1.1
Terakhir Diperbarui 2022-10-28
Tanggal Publikasi 2020-04-27
Penilaian 4.94/5 Total 18 Penilaian
Pengembang Water
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}