Blur Images

Blur images and show up on mouve over

What is Blur Images?

Blur Images is a Chrome extension developed by btafarelo, and its main feature is "Blur images and show up on mouve over".

Download Blur Images Extension CRX File

Download Blur Images 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

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

Extension Basic Information

Name Blur Images Blur Images
ID hhkcnfgillmhnkiddphcffgpcgpmfnaf
Official URL https://chrome.google.com/webstore/detail/blur-images/hhkcnfgillmhnkiddphcffgpcgpmfnaf
Description Blur images and show up on mouve over
File Size 8.06 KB
Installation Count 37
Current Version 1.0
Last Updated 2017-12-01
Publish Date 2017-12-01
Rating 1.00/5 Total 1 Ratings
Developer btafarelo
Payment Type free
Supported Languages 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"
        }
    }
}