Squint Blur Tool

This extension allows you to blur page elements for the purpose of screen captures or recordings.

What is Squint Blur Tool?

Squint Blur Tool is a Chrome extension developed by Clinton McKay, and its main feature is "This extension allows you to blur page elements for the purpose of screen captures or recordings.".

Extension Screenshots

screenshot

Download Squint Blur Tool Extension CRX File

Download Squint Blur Tool 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

                        Allows you to add buttons to any page that, when dragged over contents, either blurs or un-blurs the relevant areas of the page. To show the buttons, double click anywhere. To hide them, double click again.                    

Extension Basic Information

Name Squint Blur Tool Squint Blur Tool
ID fndjogaaibickkpjcbefncckknnekaii
Official URL https://chromewebstore.google.com/detail/squint-blur-tool/fndjogaaibickkpjcbefncckknnekaii
Description This extension allows you to blur page elements for the purpose of screen captures or recordings.
File Size 87.73 KB
Installation Count 64
Current Version 1.0
Last Updated 2020-08-25
Publish Date 2020-08-24
Rating 1.00/5 Total 1 Ratings
Developer Clinton McKay
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Squint Blur Tool",
    "description": "This extension allows you to blur page elements for the purpose of screen captures or recordings.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "squint-36x36.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "squint.js"
            ],
            "css": [
                "squint.css"
            ]
        }
    ]
}