Trump to Chump

Replaces the text 'Trump' with 'Chump' for obvious reasons.

ما هو Trump to Chump؟

Trump to Chump هو إضافة Chrome تم تطويرها بواسطة Arsenal، والميزة الرئيسية لها هي "Replaces the text 'Trump' with 'Chump' for obvious reasons.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Trump to Chump

قم بتنزيل ملفات الامتداد Trump to Chump بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

معلومات أساسية عن التمديد

الاسم Trump to Chump Trump to Chump
ID cmepdjapkhfephneckblhdglohcodebc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/trump-to-chump/cmepdjapkhfephneckblhdglohcodebc
الوصف Replaces the text 'Trump' with 'Chump' for obvious reasons.
حجم الملف 3.53 KB
عدد التثبيتات 31
النسخة الحالية 0.1
آخر تحديث 2015-11-06
تاريخ النشر 2015-11-06
تقييم 5.00/5 مجموع تقييمات 7
المطور Arsenal
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Chump",
    "description": "Replaces the text 'Trump' with 'Chump' for obvious reasons.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}