Dump Trump

Naming Donald Trump for what he actually is.

ما هو Dump Trump؟

Dump Trump هو إضافة Chrome تم تطويرها بواسطة Heather Akers-Healy، والميزة الرئيسية لها هي "Naming Donald Trump for what he actually is.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Dump Trump

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

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

                        This hand-crafted, artisanal Chrome extension mocks Donald Trump by adding phrases to his name that reflect his character.                    

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

الاسم Dump Trump Dump Trump
ID cmigfbbmdkdjellndicbndnihppijaac
عنوان URL الرسمي https://chromewebstore.google.com/detail/dump-trump/cmigfbbmdkdjellndicbndnihppijaac
الوصف Naming Donald Trump for what he actually is.
حجم الملف 48.63 KB
عدد التثبيتات 16
النسخة الحالية 0.1.3
آخر تحديث 2017-01-22
تاريخ النشر 2017-01-22
تقييم 3.67/5 مجموع تقييمات 3
المطور Heather Akers-Healy
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dump Trump",
    "version": "0.1.3",
    "description": "Naming Donald Trump for what he actually is.",
    "author": "Heather Akers-Healy",
    "browser_action": {
        "default_title": "Use this to open the popup",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ]
}