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
官方網址 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"
        }
    ]
}