deLegos

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

Apa itu deLegos?

deLegos adalah ekstensi Chrome yang dikembangkan oleh xlnt, dan fitur utamanya adalah "This extension fixes some of the bad parts of the internet.".

Unduh Berkas CRX Ekstensi deLegos

Unduh file ekstensi deLegos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama deLegos deLegos
ID pphpebkijfnpihcejkagnnocfbfllgee
URL Resmi https://chrome.google.com/webstore/detail/delegos/pphpebkijfnpihcejkagnnocfbfllgee
Deskripsi This extension fixes some of the bad parts of the internet.
Ukuran File 3.74 KB
Jumlah Instalasi 33
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-02-12
Tanggal Publikasi 2017-02-12
Penilaian 3.00/5 Total 2 Penilaian
Pengembang xlnt
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}