deLegos

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

O que é deLegos?

deLegos é uma extensão do Chrome desenvolvida por xlnt, e sua principal característica é "This extension fixes some of the bad parts of the internet.".

Baixar o arquivo CRX da Extensão deLegos

Baixe arquivos de extensão deLegos no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome deLegos deLegos
ID pphpebkijfnpihcejkagnnocfbfllgee
URL Oficial https://chrome.google.com/webstore/detail/delegos/pphpebkijfnpihcejkagnnocfbfllgee
Descrição This extension fixes some of the bad parts of the internet.
Tamanho do Arquivo 3.74 KB
Contagem de Instalações 33
Versão Atual 1.0
Última Atualização 2017-02-12
Data de Publicação 2017-02-12
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor xlnt
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}