FixImg

Let me fix your broken image!

FixImgคืออะไร?

FixImg เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xvezda.com และคุณลักษณะหลักของมันคือ "Let me fix your broken image!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FixImg

ดาวน์โหลดไฟล์ส่วนขยาย FixImg ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FixImg FixImg
ID ibiebefadajllkokfgglmkifnmokhdbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fiximg/ibiebefadajllkokfgglmkifnmokhdbh
คำอธิบาย Let me fix your broken image!
ขนาดไฟล์ 98.96 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-02-23
วันที่เผยแพร่ 2020-02-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://xvezda.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Xvezda/chrome-fiximg
URL หน้าช่วยเหลือ https://github.com/Xvezda/chrome-fiximg/issues/new
ภาษาที่รองรับ 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",
        "*:\/\/*\/*"
    ]
}