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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}