“President” Trump

Replaces instances of President Trump with “President” Trump (adds quotations)

ما هو “President” Trump؟

“President” Trump هو إضافة Chrome تم تطويرها بواسطة https://www.someguy.is، والميزة الرئيسية لها هي "Replaces instances of President Trump with “President” Trump (adds quotations)".

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

screenshot

تحميل ملف CRX للإضافة “President” Trump

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

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

                        It'll also insert "President" before mentions of Trump... because over the next 4 years, it's important to be reminded that his presidency is illegitimate. Give it a try, it's oddly soothing.                    

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

الاسم “President” Trump “President” Trump
ID mepmmhgfbgdepgombedfmppbjcjnaibg
عنوان URL الرسمي https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg
الوصف Replaces instances of President Trump with “President” Trump (adds quotations)
حجم الملف 200 KB
عدد التثبيتات 246
النسخة الحالية 1.2
آخر تحديث 2017-01-21
تاريخ النشر 2017-01-21
تقييم 4.73/5 مجموع تقييمات 22
المطور https://www.someguy.is
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.someguy.is
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u201cPresident\u201d Trump",
    "short_name": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations",
    "version": "1.2",
    "description": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations)",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}