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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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