Donald Trump Filter

Block the Donald Trump and his stupidity

ما هو Donald Trump Filter؟

Donald Trump Filter هو إضافة Chrome تم تطويرها بواسطة ajones061392، والميزة الرئيسية لها هي "Block the Donald Trump and his stupidity".

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

screenshot
screenshot

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

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

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

                        Similar to the Kardashian Filter, this Filter will block the lovely racist Donald Trump from you web browsing. Give me some feedback and help me make this extension even better! 

Aaron Jones                    

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

الاسم Donald Trump Filter Donald Trump Filter
ID efjoldeklealkgmfnellniibecdmikio
عنوان URL الرسمي https://chrome.google.com/webstore/detail/donald-trump-filter/efjoldeklealkgmfnellniibecdmikio
الوصف Block the Donald Trump and his stupidity
حجم الملف 63.75 KB
عدد التثبيتات 110
النسخة الحالية 1.1
آخر تحديث 2015-12-01
تاريخ النشر 2015-12-01
تقييم 2.89/5 مجموع تقييمات 9
المطور ajones061392
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump Filter",
    "description": "Block the Donald Trump and his stupidity",
    "version": "1.1",
    "permissions": [
        "https:\/\/secure.flickr.com\/",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "120": "icon120.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}