Drumpfinator++

Add this app to your Chrome browser to make reading new articles great again.

ما هو Drumpfinator++؟

Drumpfinator++ هو إضافة Chrome تم تطويرها بواسطة McRain، والميزة الرئيسية لها هي "Add this app to your Chrome browser to make reading new articles great again.".

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

screenshot

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

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

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

                        Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit.

The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.                    

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

الاسم Drumpfinator++ Drumpfinator++
ID eojeglolelohngdhhddhpogkinjpedpi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi
الوصف Add this app to your Chrome browser to make reading new articles great again.
حجم الملف 150 KB
عدد التثبيتات 73
النسخة الحالية 1.0
آخر تحديث 2016-03-13
تاريخ النشر 2016-03-13
تقييم 5.00/5 مجموع تقييمات 1
المطور McRain
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpfinator++",
    "version": "1.0",
    "description": "Add this app to your Chrome browser to make reading new articles great again.",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Make Donald Drumpf Again!",
        "default_popup": "popup.html"
    }
}