Image Blocker

Blocks images to be loaded from network

What is Image Blocker?

Image Blocker is a Chrome extension developed by sjjresch, and its main feature is "Blocks images to be loaded from network".

Download Image Blocker Extension CRX File

Download Image Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Image Blocker Image Blocker
ID kdkbjcfjcfamkmbpkapfebfoakmmnagi
Official URL https://chrome.google.com/webstore/detail/image-blocker/kdkbjcfjcfamkmbpkapfebfoakmmnagi
Description Blocks images to be loaded from network
File Size 13.71 KB
Installation Count 15
Current Version 1.0
Last Updated 2015-10-23
Publish Date 2015-10-23
Rating 1.00/5 Total 1 Ratings
Developer sjjresch
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Blocker",
    "description": "Blocks images to be loaded from network",
    "version": "1.0",
    "icons": {
        "16": "image-missing16.png",
        "48": "image-missing48.png",
        "128": "image-missing128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Image Blocker"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}