FixImg

Let me fix your broken image!

FixImg là gì?

FixImg là một tiện ích mở rộng Chrome được phát triển bởi https://xvezda.com, và tính năng chính của nó là "Let me fix your broken image!".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng FixImg 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

                        Chrome browser extension to fix broken images on websites.
Highly recommended to who frustrated by broken images on communities.

This extension uses multiple strategies to achieve successful loading of images which failed.
Loading image with same origin referrer header, request image with same domain, tries to get image with no request headers and so on.

You can select retry limiter count to restrict repeating counts for same image.
And also, using proxy option to prevent intercepting, blocking from some ISP or network router.
In this case, not only images load properly it'll bring better privacy and security on non-TLS environment.

———————————————————————————————————————

License notice

Source code: MIT License - https://github.com/Xvezda/chrome-fiximg
Icons:
 - Gallery icon icon by Icons8: https://icons8.com/icons/set/gallery
 - CC-BY 4.0 twemoji: https://github.com/twitter/twemoji                    

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

Tên FixImg FixImg
ID ibiebefadajllkokfgglmkifnmokhdbh
URL Chính Thức https://chromewebstore.google.com/detail/fiximg/ibiebefadajllkokfgglmkifnmokhdbh
Mô tả Let me fix your broken image!
Kích Thước Tệp 98.96 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-02-23
Ngày Phát Hành 2020-02-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://xvezda.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Xvezda/chrome-fiximg
URL Trang Trợ Giúp https://github.com/Xvezda/chrome-fiximg/issues/new
Ngôn Ngữ Được Hỗ Trợ de,en,fr,vi,es,it,ru,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FixImg",
    "author": "Xvezda ",
    "homepage_url": "https:\/\/github.com\/Xvezda\/chrome-fiximg",
    "description": "__MSG_description__",
    "version": "1.0.1",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icons8-gallery-16.png",
        "24": "icons\/icons8-gallery-24.png",
        "32": "icons\/icons8-gallery-32.png",
        "64": "icons\/icons8-gallery-64.png"
    },
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*\/*"
    ]
}