deblurr

Disables anti-aliasing.

What is deblurr?

deblurr is a Chrome extension developed by bergsell, and its main feature is "Disables anti-aliasing.".

Download deblurr Extension CRX File

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

                        The deblurr extension will turn off font smoothing to make the text appear crisp for those of you who cannot stand the normal font smoothing that is done to hide the fact that we have very low density screens on our computers.

Totally harmless extension, the only thing that it does is to set document.body.setAttribute('style','-webkit-font-smoothing:none');.                    

Extension Basic Information

Name deblurr deblurr
ID mjloeooooapfjiifokponbnboglcgdim
Official URL https://chromewebstore.google.com/detail/deblurr/mjloeooooapfjiifokponbnboglcgdim
Description Disables anti-aliasing.
File Size 10.9 KB
Installation Count 148
Current Version 1.2
Last Updated 2013-02-12
Publish Date 2013-02-12
Rating 4.83/5 Total 6 Ratings
Developer bergsell
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "deblurr",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Disables anti-aliasing.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}