deLegos

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

Co to jest deLegos?

deLegos to rozszerzenie Chrome opracowane przez xlnt, a jego główną funkcją jest „This extension fixes some of the bad parts of the internet.”.

Pobierz plik CRX rozszerzenia deLegos

Pobierz pliki rozszerzeń deLegos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa deLegos deLegos
ID pphpebkijfnpihcejkagnnocfbfllgee
Oficjalny URL https://chrome.google.com/webstore/detail/delegos/pphpebkijfnpihcejkagnnocfbfllgee
Opis This extension fixes some of the bad parts of the internet.
Rozmiar pliku 3.74 KB
Liczba instalacji 33
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-02-12
Data Publikacji 2017-02-12
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper xlnt
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}