deLegos

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

Vad är deLegos?

deLegos är en Chrome-tillägg utvecklad av xlnt, och dess huvudfunktion är "This extension fixes some of the bad parts of the internet.".

Ladda ner deLegos-förlängningens CRX-fil

Ladda ner deLegos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn deLegos deLegos
ID pphpebkijfnpihcejkagnnocfbfllgee
Officiell webbadress https://chrome.google.com/webstore/detail/delegos/pphpebkijfnpihcejkagnnocfbfllgee
Beskrivning This extension fixes some of the bad parts of the internet.
Filstorlek 3.74 KB
Antal Installationer 33
Aktuell Version 1.0
Senast Uppdaterad 2017-02-12
Publiceringsdatum 2017-02-12
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare xlnt
Betalningssätt free
Stödda Språk 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"
        }
    ]
}