Fast Image Blocker

Blocks all images and visual content on desired websites.

Fast Image Blocker क्या है?

Fast Image Blocker chYer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocks all images and visual content on desired websites."।

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

screenshot
screenshot

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

crx प्रारूप में Fast Image Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Fast Image Blocker lets you block all images and visual elements. You can allow a page to show images by adding it to the whitelist. Some websites are added by default, but you can add or remove items at any time.

Few features:
1. Allows you to block all image contents (including objects) on all webpages.
2. Easily switch the extension ON or OFF from the toolbar popup interface.
3. Add or remove websites to the whitelist from the toolbar popup.

To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/image-blocker.html) and fill out the bug report form.                    

एक्सटेंशन की मूल जानकारी

नाम Fast Image Blocker Fast Image Blocker
ID khgnndhdnkpmlflndgobodbhgheaegon
आधिकारिक URL https://chromewebstore.google.com/detail/fast-image-blocker/khgnndhdnkpmlflndgobodbhgheaegon
विवरण Blocks all images and visual content on desired websites.
फ़ाइल का आकार 54.86 KB
स्थापना संख्या 7,346
वर्तमान संस्करण 0.2.3
अंतिम अपडेट 2023-02-07
प्रकाशन तिथि 2018-09-22
रेटिंग 3.87/5 कुल 30 रेटिंग्स
डेवलपर chYer
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/image-blocker.html
सहायता पृष्ठ URL https://mybrowseraddon.com/image-blocker.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.3",
    "manifest_version": 3,
    "name": "Fast Image Blocker",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/image-blocker.html",
    "description": "Blocks all images and visual content on desired websites.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "action": {
        "default_title": "Fast Image Blocker",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}