Youtube - Images Fix

Restore profile's images loadability

ما هو Youtube - Images Fix؟

Youtube - Images Fix هو إضافة Chrome تم تطويرها بواسطة Water، والميزة الرئيسية لها هي "Restore profile's images loadability".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Youtube - Images Fix

قم بتنزيل ملفات الامتداد Youtube - Images Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Youtube - Images Fix Youtube - Images Fix
ID clhjckblfjcoemnbadonkmhodgfodmkp
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-images-fix/clhjckblfjcoemnbadonkmhodgfodmkp
الوصف Restore profile's images loadability
حجم الملف 9.5 KB
عدد التثبيتات 994
النسخة الحالية 4.1.1
آخر تحديث 2022-10-28
تاريخ النشر 2020-04-27
تقييم 4.94/5 مجموع تقييمات 18
المطور Water
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}