FixImg

Let me fix your broken image!

什麼是FixImg?

FixImg是由https://xvezda.com開發的Chrome擴展程式,該擴展的主要功能是“Let me fix your broken image!”。

擴展截圖

screenshot
screenshot
screenshot

下載FixImg擴展crx文件

下載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
官方網址 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",
        "*:\/\/*\/*"
    ]
}