Trumpisms

Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.

ما هو Trumpisms؟

Trumpisms هو إضافة Chrome تم تطويرها بواسطة CaseySoftware، والميزة الرئيسية لها هي "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.".

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

screenshot

تحميل ملف CRX للإضافة Trumpisms

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

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

                        This extension replaces various words with President Trump's preferred nicknames.

Currently, it replaces "ISIS" with "Evil Losers" and "Hillary Clinton" with "Crooked Hillary"

Enjoy!                    

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

الاسم Trumpisms Trumpisms
ID feabnchiknilhgjblocljbhpcmdaiplc
عنوان URL الرسمي https://chromewebstore.google.com/detail/trumpisms/feabnchiknilhgjblocljbhpcmdaiplc
الوصف Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.
حجم الملف 208 KB
عدد التثبيتات 11
النسخة الحالية 1.0.1
آخر تحديث 2017-05-25
تاريخ النشر 2017-05-24
تقييم 4.86/5 مجموع تقييمات 7
المطور CaseySoftware
نوع الدفع free
عنوان صفحة المساعدة https://github.com/caseysoftware/trumpisms
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpisms",
    "version": "1.0.1",
    "description": "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "images\/laugh-48.png",
        "128": "images\/laugh-128.png"
    }
}