Replace Trump Cabinet with Death Eaters

A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.

ما هو Replace Trump Cabinet with Death Eaters؟

Replace Trump Cabinet with Death Eaters هو إضافة Chrome تم تطويرها بواسطة Kevin Hill، والميزة الرئيسية لها هي "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Replace Trump Cabinet with Death Eaters

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

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

                        This is simply a fun extension to replace Trump and his cabinet members with Voldemort and various death eaters.

Note that anyone on your Facebook feed or otherwise who has the same name as these cabinet members will have their name changed. I'm currently looking into a solution for this.

Otherwise, enjoy bringing the world of Harry Potter to your post-election browsing experience!                    

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

الاسم Replace Trump Cabinet with Death Eaters Replace Trump Cabinet with Death Eaters
ID kjlmoamboolopamaocnlheofmmjjmdna
عنوان URL الرسمي https://chromewebstore.google.com/detail/replace-trump-cabinet-wit/kjlmoamboolopamaocnlheofmmjjmdna
الوصف A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.
حجم الملف 3.43 MB
عدد التثبيتات 112
النسخة الحالية 1.3
آخر تحديث 2017-03-19
تاريخ النشر 2017-03-18
تقييم 4.76/5 مجموع تقييمات 17
المطور Kevin Hill
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Trump Cabinet with Death Eaters",
    "description": "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "lightning_scar.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}