Drumpfinator+

Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!

ما هو Drumpfinator+؟

Drumpfinator+ هو إضافة Chrome تم تطويرها بواسطة mark.monteiro.dev، والميزة الرئيسية لها هي "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!".

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

screenshot

تحميل ملف CRX للإضافة Drumpfinator+

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

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

                        Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! Replace each instance of Drumpf's boring old regular name with more accurate, automatically generated name.

Logo credit goes to DonkeyHotey on Flikr: https://www.flickr.com/photos/donkeyhotey

Source code can be found here: https://github.com/mark-monteiro/drumpfinator                    

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

الاسم Drumpfinator+ Drumpfinator+
ID bjimekmhhbmpblaifnbeingfpbipbppg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/drumpfinator+/bjimekmhhbmpblaifnbeingfpbipbppg
الوصف Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!
حجم الملف 31.07 KB
عدد التثبيتات 218
النسخة الحالية 1.1.8
آخر تحديث 2018-03-11
تاريخ النشر 2018-03-11
تقييم 5.00/5 مجموع تقييمات 4
المطور mark.monteiro.dev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mark-monteiro/drumpfinator
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drumpfinator+",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!",
    "homepage_url": "https:\/\/github.com\/mark-monteiro\/drumpfinator",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}