deLegos

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

deLegos là gì?

deLegos là một tiện ích mở rộng Chrome được phát triển bởi xlnt, và tính năng chính của nó là "This extension fixes some of the bad parts of the internet.".

Tải xuống tệp CRX của tiện ích mở rộng deLegos

Tải xuống các tệp mở rộng deLegos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên deLegos deLegos
ID pphpebkijfnpihcejkagnnocfbfllgee
URL Chính Thức https://chrome.google.com/webstore/detail/delegos/pphpebkijfnpihcejkagnnocfbfllgee
Mô tả This extension fixes some of the bad parts of the internet.
Kích Thước Tệp 3.74 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-02-12
Ngày Phát Hành 2017-02-12
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển xlnt
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}