FixImg

Let me fix your broken image!

FixImg क्या है?

FixImg https://xvezda.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let me fix your broken image!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FixImg एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        "*:\/\/*\/*"
    ]
}