Trident to Metal Gear

Replaces the text 'Trident' with 'Metal Gear'.

什么是Trident to Metal Gear?

Trident to Metal Gear是由Sledra开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Trident' with 'Metal Gear'.”。

下载Trident to Metal Gear扩展crx文件

下载Trident to Metal Gear扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replaces the word "Trident" with "Metal Gear". Jeremy Corbyn does look a bit like Revolver Ocelot doesn't he....                    

扩展基本信息

名称 Trident to Metal Gear Trident to Metal Gear
ID hbchjejfaipciplpfkilelpodaijgjmk
官方URL https://chrome.google.com/webstore/detail/trident-to-metal-gear/hbchjejfaipciplpfkilelpodaijgjmk
简介 Replaces the text 'Trident' with 'Metal Gear'.
文件大小 3.35 KB
安装次数 27
当前版本 1.0
更新时间 2015-10-02
上架时间 2015-10-02
开发者 Sledra
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trident to Metal Gear",
    "version": "1.0",
    "description": "Replaces the text 'Trident' with 'Metal Gear'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}