Hillary Blocker

A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.

ما هو Hillary Blocker؟

Hillary Blocker هو إضافة Chrome تم تطويرها بواسطة NetLingo، والميزة الرئيسية لها هي "A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.".

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

screenshot

تحميل ملف CRX للإضافة Hillary Blocker

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

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

                        Gently filter and remove Hillary Clinton from webpages, Facebook, and Youtube. 

Come find me on Twitter: 
https://twitter.com/MikeeCarruth                    

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

الاسم Hillary Blocker Hillary Blocker
ID kiblhkcoiojbdhhnjaekompfecgelfja
عنوان URL الرسمي https://chromewebstore.google.com/detail/hillary-blocker/kiblhkcoiojbdhhnjaekompfecgelfja
الوصف A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.
حجم الملف 93.88 KB
عدد التثبيتات 236
النسخة الحالية 1.5
آخر تحديث 2016-09-06
تاريخ النشر 2016-09-05
تقييم 4.33/5 مجموع تقييمات 15
المطور NetLingo
نوع الدفع free
موقع الإضافة http://hillaryfilter.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hillary Blocker",
    "description": "A filter that removes Hillary Clinton from webpages and filters\/removes Hillary Clinton from Facebook and Youtube.",
    "version": "1.5",
    "permissions": [
        "https:\/\/secure.flickr.com\/",
        "storage",
        "management"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "ui.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "source\/ytfilter.css"
            ],
            "js": [
                "source\/jquery-2.1.3.min.js",
                "source\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}