deLegos

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

Cos'è deLegos?

deLegos è un'estensione di Chrome sviluppata da xlnt, e la sua funzione principale è "This extension fixes some of the bad parts of the internet.".

Scarica il file CRX dell'estensione deLegos

Scarica i file di estensione deLegos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome deLegos deLegos
ID pphpebkijfnpihcejkagnnocfbfllgee
URL Ufficiale https://chrome.google.com/webstore/detail/delegos/pphpebkijfnpihcejkagnnocfbfllgee
Descrizione This extension fixes some of the bad parts of the internet.
Dimensione del File 3.74 KB
Conteggio Installazioni 33
Versione Corrente 1.0
Ultimo Aggiornamento 2017-02-12
Data di Pubblicazione 2017-02-12
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore xlnt
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}