deLegos

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

deLegosとは何ですか?

deLegosはxlntによって開発されたChromeの拡張機能で、その主な機能は「This extension fixes some of the bad parts of the internet.」です。

deLegos拡張機能のCRXファイルをダウンロード

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