Metal Gear "Patriots" filter

Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.

Metal Gear "Patriots" filterとは何ですか?

Metal Gear "Patriots" filterはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.」です。

拡張機能のスクリーンショット

screenshot

Metal Gear "Patriots" filter拡張機能のCRXファイルをダウンロード

Metal Gear "Patriots" filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Metal Gear Metal Gear "Patriots" filter
ID kpcidljkdmahemghpchkcfajalnnjpei
公式URL https://chromewebstore.google.com/detail/metal-gear-patriots-filte/kpcidljkdmahemghpchkcfajalnnjpei
説明 Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.
ファイルサイズ 29.61 KB
インストール数 237
現在のバージョン 1
最終更新日 2016-04-29
公開日 2016-04-29
評価 4.82/5 合計 11 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metal Gear \"Patriots\" filter",
    "description": "Replaces all instances of the word \"Patriot\" with the phrase \"La-li-lu-le-lo\", to simluate the effect of SOP nanomachines.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}