President Keroppi

Replace Trump with Keroppi and be happy all day

President Keroppiคืออะไร?

President Keroppi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replace Trump with Keroppi and be happy all day"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย President Keroppi

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}