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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}