DonaldTheDuck Browser Extension

This extension replaces all mentions and images of Donald Trump with Donald Duck

ما هو DonaldTheDuck Browser Extension؟

DonaldTheDuck Browser Extension هو إضافة Chrome تم تطويرها بواسطة dimitry، والميزة الرئيسية لها هي "This extension replaces all mentions and images of Donald Trump with Donald Duck".

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

screenshot
screenshot

تحميل ملف CRX للإضافة DonaldTheDuck Browser Extension

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

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

                        Tired of all the news about the recent elections? This extension can help. It eliminates all mentions of Trump with the word Duck and attempts to replace all images of the former with images of the latter. With, at times, hilarious results.                    

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

الاسم DonaldTheDuck Browser Extension DonaldTheDuck Browser Extension
ID hbaodmapbjfloappbhnnbclgiifhhpkc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc
الوصف This extension replaces all mentions and images of Donald Trump with Donald Duck
حجم الملف 1.38 MB
عدد التثبيتات 17
النسخة الحالية 1.0
آخر تحديث 2016-11-27
تاريخ النشر 2016-11-27
تقييم 5.00/5 مجموع تقييمات 1
المطور dimitry
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DonaldTheDuck Browser Extension",
    "description": "This extension replaces all mentions and images of Donald Trump with Donald Duck",
    "version": "1.0",
    "icons": {
        "400": "assets\/icon.png"
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "assets\/mezr.min.js",
                "includes\/constants.js",
                "includes\/utils.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/ajax.googleapis.com\/"
    ]
}