Block image

Block images and videos.

什么是Block image?

Block image是由HnQ开发的Chrome扩展程序,该扩展的主要功能是“Block images and videos.”。

扩展截图

screenshot

下载Block image扩展crx文件

下载Block image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Prevent images from "DownLoading".
You can toggle blocking on/off by clicking the extension icon on the chrome toolbar.                    

扩展基本信息

名称 Block image Block image
ID pehaalcefcjfccdpbckoablngfkfgfgj
官方URL https://chromewebstore.google.com/detail/block-image/pehaalcefcjfccdpbckoablngfkfgfgj
简介 Block images and videos.
文件大小 22.35 KB
安装次数 10,000
当前版本 1.1
更新时间 2018-06-28
上架时间 2018-06-28
评分 4.26/5 共186次评分
开发者 HnQ
付费类型 free
支持的语言 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_desc__",
    "version": "1.1",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19-disabled.png"
        },
        "default_title": "__MSG_extension_name__"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}