Trump Replacer

Replaces 'Trump' with various alternate terms

ما هو Trump Replacer؟

Trump Replacer هو إضافة Chrome تم تطويرها بواسطة mustee، والميزة الرئيسية لها هي "Replaces 'Trump' with various alternate terms".

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

screenshot

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

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

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

                        Replaces 'Trump' with various alternate, more accurate terms.                    

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

الاسم Trump Replacer Trump Replacer
ID jhkpjfpjfjgjohghkbekkbpokmjhblbe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/trump-replacer/jhkpjfpjfjgjohghkbekkbpokmjhblbe
الوصف Replaces 'Trump' with various alternate terms
حجم الملف 4.25 KB
عدد التثبيتات 16
النسخة الحالية 1
آخر تحديث 2015-12-09
تاريخ النشر 2015-12-09
تقييم 5.00/5 مجموع تقييمات 1
المطور mustee
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replacer",
    "description": "Replaces 'Trump' with various alternate terms",
    "version": "1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}