Cheeto Jesus

This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.

什么是Cheeto Jesus?

Cheeto Jesus是由jermaine.m.jones3开发的Chrome扩展程序,该扩展的主要功能是“This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.”。

下载Cheeto Jesus扩展crx文件

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

扩展使用说明

                        bug fixes                    

扩展基本信息

名称 Cheeto Jesus Cheeto Jesus
ID jmnhadhobejingfpfoheoibhkehkhlfm
官方URL https://chrome.google.com/webstore/detail/cheeto-jesus/jmnhadhobejingfpfoheoibhkehkhlfm
简介 This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.
文件大小 208 KB
安装次数 15
当前版本 1.1.3
更新时间 2016-06-24
上架时间 2016-06-24
评分 5.00/5 共2次评分
开发者 jermaine.m.jones3
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cheeto Jesus",
    "description": "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.",
    "version": "1.1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Donald Trump is Cheeto Jesus."
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "cheeto.js"
            ],
            "run_at": "document_end"
        }
    ]
}