President Keroppi

Replace Trump with Keroppi and be happy all day

什么是President Keroppi?

President Keroppi是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replace Trump with Keroppi and be happy all day”。

扩展截图

screenshot

下载President Keroppi扩展crx文件

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

扩展使用说明

                        Turn your internet exploring into an adventure with President Keroppi! Oh the hijinx! Read about his conquests in Keroppi Tower! Follow the Keroppi kids! Keep up with Keroppi Industries! It's like Trump never happened when you use this fun-filled morsel to replace all mentions of "Trump" with...what else? "Keroppi!"                    

扩展基本信息

名称 President Keroppi President Keroppi
ID ddfjkjlcnfhjpmhaooejocainmdacilk
官方URL https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk
简介 Replace Trump with Keroppi and be happy all day
文件大小 27.39 KB
安装次数 197
当前版本 2.0
更新时间 2016-11-18
上架时间 2016-11-18
评分 4.50/5 共6次评分
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "President Keroppi",
    "description": "Replace Trump with Keroppi and be happy all day",
    "version": "2.0",
    "icons": {
        "128": "images\/Keroppiicon128.png",
        "48": "images\/Keroppiicon48.png",
        "16": "images\/Keroppiicon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}