Unblur

Helps you unblur everything on the page

What is Unblur?

Unblur is a Chrome extension developed by isnomatophobic, and its main feature is "Helps you unblur everything on the page".

Extension Screenshots

screenshot
screenshot

Download Unblur Extension CRX File

Download Unblur 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

                        Simple extension that removes all blur in a page applied with css and notifies you after doing so.                    

Extension Basic Information

Name Unblur Unblur
ID aaekdmjipccamkpkcijaeljfniagapap
Official URL https://chromewebstore.google.com/detail/unblur/aaekdmjipccamkpkcijaeljfniagapap
Description Helps you unblur everything on the page
File Size 15.13 KB
Installation Count 1,681
Current Version 1.1
Last Updated 2023-09-18
Publish Date 2023-09-15
Developer isnomatophobic
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unblur",
    "author": "Kristian Petrov",
    "description": "Helps you unblur everything on the page",
    "version": "1.1",
    "action": {
        "default_title": "Unblur all content",
        "default_icon": ".\/assets\/icon128.png"
    },
    "icons": {
        "128": ".\/assets\/icon128.png",
        "48": ".\/assets\/icon48.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}