Hillary Blocker

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

Hillary Blocker là gì?

Hillary Blocker là một tiện ích mở rộng Chrome được phát triển bởi NetLingo, và tính năng chính của nó là "A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hillary Blocker

Tải xuống các tệp mở rộng Hillary Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hillary Blocker Hillary Blocker
ID kiblhkcoiojbdhhnjaekompfecgelfja
URL Chính Thức https://chromewebstore.google.com/detail/hillary-blocker/kiblhkcoiojbdhhnjaekompfecgelfja
Mô tả A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.
Kích Thước Tệp 93.88 KB
Số Lần Cài Đặt 236
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2016-09-06
Ngày Phát Hành 2016-09-05
Đánh Giá 4.33/5 Tổng số 15 Đánh Giá
Nhà Phát Triển NetLingo
Loại Thanh Toán free
Trang Web Mở Rộng http://hillaryfilter.com
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}