Blurred Lions

Turns lines into lions.

Wat is Blurred Lions?

Blurred Lions is een Chrome-extensie ontwikkeld door thomas.edwin.wilson, en de belangrijkste functie is "Turns lines into lions.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Blurred Lions

Download Blurred Lions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Blurred Lions Blurred Lions
ID jghkckfflkjccpnfknombghgfcackchj
Officiële URL https://chromewebstore.google.com/detail/blurred-lions/jghkckfflkjccpnfknombghgfcackchj
Beschrijving Turns lines into lions.
Bestandsgrootte 83.76 KB
Aantal Installaties 162
Huidige Versie 2.3
Laatst Bijgewerkt 2014-03-11
Publicatiedatum 2014-03-11
Ontwikkelaar thomas.edwin.wilson
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}