Blurred Lions

Turns lines into lions.

What is Blurred Lions?

Blurred Lions is a Chrome extension developed by thomas.edwin.wilson, and its main feature is "Turns lines into lions.".

Extension Screenshots

screenshot
screenshot

Download Blurred Lions Extension CRX File

Download Blurred Lions 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

                        Replaces "line" with "lion" for increased lionicity.                    

Extension Basic Information

Name Blurred Lions Blurred Lions
ID jghkckfflkjccpnfknombghgfcackchj
Official URL https://chromewebstore.google.com/detail/blurred-lions/jghkckfflkjccpnfknombghgfcackchj
Description Turns lines into lions.
File Size 83.76 KB
Installation Count 162
Current Version 2.3
Last Updated 2014-03-11
Publish Date 2014-03-11
Developer thomas.edwin.wilson
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blurred Lions",
    "version": "2.3",
    "description": "Turns lines into lions.",
    "icons": {
        "48": "lion-48.png",
        "128": "lion-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lions.js"
            ],
            "run_at": "document_end"
        }
    ]
}