FixImg

Let me fix your broken image!

FixImg란 무엇입니까?

FixImg은(는) https://xvezda.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let me fix your broken image!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FixImg 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        "*:\/\/*\/*"
    ]
}