Hillary Blocker

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

Hillary Blockerとは何ですか?

Hillary BlockerはNetLingoによって開発されたChromeの拡張機能で、その主な機能は「A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.」です。

拡張機能のスクリーンショット

screenshot

Hillary Blocker拡張機能のCRXファイルをダウンロード

Hillary Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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:\/\/*\/*"
            ]
        }
    ]
}