Blur Images

Blur images and show up on mouve over

什么是Blur Images?

Blur Images是由btafarelo开发的Chrome扩展程序,该扩展的主要功能是“Blur images and show up on mouve over”。

下载Blur Images扩展crx文件

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

扩展使用说明

                        Blur images on web.whatsapp.com and show up on mouse over                    

扩展基本信息

名称 Blur Images Blur Images
ID hhkcnfgillmhnkiddphcffgpcgpmfnaf
官方URL https://chrome.google.com/webstore/detail/blur-images/hhkcnfgillmhnkiddphcffgpcgpmfnaf
简介 Blur images and show up on mouve over
文件大小 8.06 KB
安装次数 37
当前版本 1.0
更新时间 2017-12-01
上架时间 2017-12-01
评分 1.00/5 共1次评分
开发者 btafarelo
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blur Images",
    "version": "1.0",
    "description": "Blur images and show up on mouve over",
    "icons": [],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "blur-images.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/blur-icon.jpeg"
        }
    }
}