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