Drumpf

Replaces the Trump name with the original name within the current content.

ما هو Drumpf؟

Drumpf هو إضافة Chrome تم تطويرها بواسطة alexako، والميزة الرئيسية لها هي "Replaces the Trump name with the original name within the current content.".

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

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

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

                                            

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

الاسم Drumpf Drumpf
ID jhkcgkbkmifjbicjkbdojclapdecckab
عنوان URL الرسمي https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab
الوصف Replaces the Trump name with the original name within the current content.
حجم الملف 36.99 KB
عدد التثبيتات 10
النسخة الحالية 1.0
آخر تحديث 2016-03-06
تاريخ النشر 2016-03-06
تقييم 5.00/5 مجموع تقييمات 1
المطور alexako
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Replaces the Trump name with the original name within the current content.",
    "version": "1.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}