deLegos

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

ما هو deLegos؟

deLegos هو إضافة Chrome تم تطويرها بواسطة xlnt، والميزة الرئيسية لها هي "This extension fixes some of the bad parts of the internet.".

تحميل ملف CRX للإضافة deLegos

قم بتنزيل ملفات الامتداد deLegos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم deLegos deLegos
ID pphpebkijfnpihcejkagnnocfbfllgee
عنوان URL الرسمي https://chrome.google.com/webstore/detail/delegos/pphpebkijfnpihcejkagnnocfbfllgee
الوصف This extension fixes some of the bad parts of the internet.
حجم الملف 3.74 KB
عدد التثبيتات 33
النسخة الحالية 1.0
آخر تحديث 2017-02-12
تاريخ النشر 2017-02-12
تقييم 3.00/5 مجموع تقييمات 2
المطور xlnt
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}