Youtube - Images Fix

Restore profile's images loadability

Youtube - Images Fix là gì?

Youtube - Images Fix là một tiện ích mở rộng Chrome được phát triển bởi Water, và tính năng chính của nó là "Restore profile's images loadability".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube - Images Fix

Tải xuống các tệp mở rộng Youtube - Images Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube - Images Fix Youtube - Images Fix
ID clhjckblfjcoemnbadonkmhodgfodmkp
URL Chính Thức https://chromewebstore.google.com/detail/youtube-images-fix/clhjckblfjcoemnbadonkmhodgfodmkp
Mô tả Restore profile's images loadability
Kích Thước Tệp 9.5 KB
Số Lần Cài Đặt 994
Phiên Bản Hiện Tại 4.1.1
Cập Nhật Lần Cuối 2022-10-28
Ngày Phát Hành 2020-04-27
Đánh Giá 4.94/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Water
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}