Blur!

Right click some text and Blur!

What is Blur!?

Blur! is a Chrome extension developed by jeross, and its main feature is "Right click some text and Blur!".

Download Blur! Extension CRX File

Download Blur! 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 Blur! Blur!
ID noackgalnabddllokeglkohffefkoega
Official URL https://chromewebstore.google.com/detail/blur/noackgalnabddllokeglkohffefkoega
Description Right click some text and Blur!
File Size 10.2 KB
Installation Count 23
Current Version 1.0
Last Updated 2014-09-29
Publish Date 2014-09-29
Rating 1.00/5 Total 1 Ratings
Developer jeross
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blur!",
    "description": "Right click some text and Blur!",
    "version": "1.0",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "blur.js"
            ]
        }
    ]
}