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.

Hillary Filter & Jeb Filter: All In 1 là gì?

Hillary Filter & Jeb Filter: All In 1 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 most Bush & Clinton references in webpages, and also filters any Bush or 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 Filter & Jeb Filter: All In 1

Tải xuống các tệp mở rộng Hillary Filter & Jeb Filter: All In 1 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, 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.                    

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

Tên Hillary Filter & Jeb Filter: All In 1 Hillary Filter & Jeb Filter: All In 1
ID ganjpdgggbabchcbbchdedladlcnnkop
URL Chính Thức https://chromewebstore.google.com/detail/hillary-filter-jeb-filter/ganjpdgggbabchcbbchdedladlcnnkop
Mô tả A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.
Kích Thước Tệp 91.1 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2016-01-16
Ngày Phát Hành 2016-01-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển NetLingo
Loại Thanh Toán free
Trang Web Mở Rộng http://bushclintonfilter.blogspot.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 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:\/\/*\/*"
            ]
        }
    ]
}