Trump Replace

Replaces all instances of Trump's name on every page with something more tolerable.

ما هو Trump Replace؟

Trump Replace هو إضافة Chrome تم تطويرها بواسطة jackofspades، والميزة الرئيسية لها هي "Replaces all instances of Trump's name on every page with something more tolerable.".

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

screenshot

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

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

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

                        A Chrome extension that replaces all instances of Donald Trump's name on websites with something more palatable. All nicknames are taken from late-night TV shows and other comedy writers.                    

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

الاسم Trump Replace Trump Replace
ID ndkbcljkfigafchkgjacamkkomjmdkpe
عنوان URL الرسمي https://chromewebstore.google.com/detail/trump-replace/ndkbcljkfigafchkgjacamkkomjmdkpe
الوصف Replaces all instances of Trump's name on every page with something more tolerable.
حجم الملف 8 KB
عدد التثبيتات 77
النسخة الحالية 1.1.0
آخر تحديث 2016-10-13
تاريخ النشر 2016-10-13
تقييم 4.92/5 مجموع تقييمات 12
المطور jackofspades
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replace",
    "description": "Replaces all instances of Trump's name on every page with something more tolerable.",
    "version": "1.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "trump.png",
        "26": "trump.png"
    }
}