Trump-To-Babbling-Idiot

Replaces any mention of our president with 'Babbling Idiot'.

ما هو Trump-To-Babbling-Idiot؟

Trump-To-Babbling-Idiot هو إضافة Chrome تم تطويرها بواسطة Ryan Ristine، والميزة الرئيسية لها هي "Replaces any mention of our president with 'Babbling Idiot'.".

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

screenshot

تحميل ملف CRX للإضافة Trump-To-Babbling-Idiot

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

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

                        This Extension replaces any mention of Donald Trump and replaces it with "Babbling Idiot"

THIS IS HEAVILY HEAVILY HEAVILY based on "Cloud-to-Butt" 

please support the developer of Cloud-to-butt https://github.com/panicsteve/cloud-to-butt                    

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

الاسم Trump-To-Babbling-Idiot Trump-To-Babbling-Idiot
ID hheclhiapblfldlcbfpcpocidogaplcn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn
الوصف Replaces any mention of our president with 'Babbling Idiot'.
حجم الملف 780 KB
عدد التثبيتات 48
النسخة الحالية 1.1.2
آخر تحديث 2017-01-21
تاريخ النشر 2017-01-21
تقييم 2.33/5 مجموع تقييمات 3
المطور Ryan Ristine
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.ryanristine.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "48": "\/Images\/logo.png"
    },
    "description": "Replaces any mention of our president with 'Babbling Idiot'.",
    "name": "Trump-To-Babbling-Idiot",
    "version": "1.1.2"
}