Hillary Filter & Jeb Filter: All In 1

A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.

Apa itu Hillary Filter & Jeb Filter: All In 1?

Hillary Filter & Jeb Filter: All In 1 adalah ekstensi Chrome yang dikembangkan oleh NetLingo, dan fitur utamanya adalah "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hillary Filter & Jeb Filter: All In 1

Unduh file ekstensi Hillary Filter & Jeb Filter: All In 1 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, Bill Clinton, Chelsea Clinton, Jeb Bush, George W Bush, and George HW Bush from all webpages and facebook posts.

Also see our standalone Hillary Blocker by going to the "Related" tab.                    

Informasi Dasar Ekstensi

Nama Hillary Filter & Jeb Filter: All In 1 Hillary Filter & Jeb Filter: All In 1
ID ganjpdgggbabchcbbchdedladlcnnkop
URL Resmi https://chromewebstore.google.com/detail/hillary-filter-jeb-filter/ganjpdgggbabchcbbchdedladlcnnkop
Deskripsi A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.
Ukuran File 91.1 KB
Jumlah Instalasi 11
Versi Saat Ini 1.5
Terakhir Diperbarui 2016-01-16
Tanggal Publikasi 2016-01-15
Penilaian 5.00/5 Total 2 Penilaian
Pengembang NetLingo
Tipe Pembayaran free
Situs Ekstensi http://bushclintonfilter.blogspot.com/
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hillary Filter & Jeb Filter: All In 1",
    "description": "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or 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:\/\/*\/*"
            ]
        }
    ]
}