deLegos

This extension fixes some of the bad parts of the internet.

Co je deLegos?

deLegos je rozšíření Chrome vyvinuté xlnt, a jeho hlavní funkcí je „This extension fixes some of the bad parts of the internet.“.

Stáhnout soubor CRX rozšíření deLegos

Stáhněte si soubory rozšíření deLegos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        If you don't like seeing the word "Legos" and it irks you every time, then this is the extension for you.
It scans all text on all websites and swaps out "Legos" for "Lego".

The plural form of Lego is Lego.                    

Základní Informace o Rozšíření

Název deLegos deLegos
ID pphpebkijfnpihcejkagnnocfbfllgee
Oficiální URL https://chrome.google.com/webstore/detail/delegos/pphpebkijfnpihcejkagnnocfbfllgee
Popis This extension fixes some of the bad parts of the internet.
Velikost souboru 3.74 KB
Počet instalací 33
Aktuální Verze 1.0
Poslední Aktualizace 2017-02-12
Datum Vydání 2017-02-12
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář xlnt
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "deLegos",
    "description": "This extension fixes some of the bad parts of the internet.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "dL.png",
        "default_popup": "deLegos.html"
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "deLegos.js"
            ],
            "run_at": "document_end"
        }
    ]
}