Drumpf

Donald Trump -> Donald Drumpf

ما هو Drumpf؟

Drumpf هو إضافة Chrome تم تطويرها بواسطة brandon.canaday، والميزة الرئيسية لها هي "Donald Trump -> Donald Drumpf".

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

screenshot
screenshot
screenshot

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

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

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

                        Just a bit of fun. Changes all occurrences of Donald Trump's current surname to his old- and much more fun to say- family surname. It's even better than Drumpfinator (sorry John)!                    

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

الاسم Drumpf Drumpf
ID kekodjhnodpckpicipbflploeipnfggi
عنوان URL الرسمي https://chromewebstore.google.com/detail/drumpf/kekodjhnodpckpicipbflploeipnfggi
الوصف Donald Trump -> Donald Drumpf
حجم الملف 68.3 KB
عدد التثبيتات 40
النسخة الحالية 0.1.0
آخر تحديث 2017-05-25
تاريخ النشر 2017-05-25
تقييم 3.00/5 مجموع تقييمات 1
المطور brandon.canaday
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Donald Trump -> Donald Drumpf",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/drumpf.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/*\/*"
    ]
}