Cheeto Voldemort

Replaces Trump with Cheeto Voldemort. That's pretty much all it does.

什么是Cheeto Voldemort?

Cheeto Voldemort是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replaces Trump with Cheeto Voldemort. That's pretty much all it does.”。

扩展截图

screenshot

下载Cheeto Voldemort扩展crx文件

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

扩展使用说明

                        If you're sick of seeing the T word everywhere, this extension will replace it with Cheeto Voldemort.                    

扩展基本信息

名称 Cheeto Voldemort Cheeto Voldemort
ID dgmjkhcljhmmlillfpcdcapiikokggog
官方URL https://chromewebstore.google.com/detail/cheeto-voldemort/dgmjkhcljhmmlillfpcdcapiikokggog
简介 Replaces Trump with Cheeto Voldemort. That's pretty much all it does.
文件大小 15.86 KB
安装次数 25
当前版本 1.0
更新时间 2016-11-23
上架时间 2016-11-23
评分 5.00/5 共2次评分
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cheeto Voldemort",
    "description": "Replaces Trump with Cheeto Voldemort. That's pretty much all it does.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}