Hillary Blocker

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

Apa itu Hillary Blocker?

Hillary Blocker adalah ekstensi Chrome yang dikembangkan oleh NetLingo, dan fitur utamanya adalah "A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hillary Blocker

Unduh file ekstensi Hillary Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama Hillary Blocker Hillary Blocker
ID kiblhkcoiojbdhhnjaekompfecgelfja
URL Resmi https://chromewebstore.google.com/detail/hillary-blocker/kiblhkcoiojbdhhnjaekompfecgelfja
Deskripsi A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.
Ukuran File 93.88 KB
Jumlah Instalasi 236
Versi Saat Ini 1.5
Terakhir Diperbarui 2016-09-06
Tanggal Publikasi 2016-09-05
Penilaian 4.33/5 Total 15 Penilaian
Pengembang NetLingo
Tipe Pembayaran free
Situs Ekstensi http://hillaryfilter.com
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}