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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}