Trump Filter

Turn off election related Facebook content.

Trump Filter là gì?

Trump Filter là một tiện ích mở rộng Chrome được phát triển bởi spiritwayco, và tính năng chính của nó là "Turn off election related Facebook content.".

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

Tải xuống các tệp mở rộng Trump Filter 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

                        Filter election-related material on Facebook.  'Nuff said.                    

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

Tên Trump Filter Trump Filter
ID gbjnofnmpmkngonfjkjecdchjgldckhm
URL Chính Thức https://chromewebstore.google.com/detail/trump-filter/gbjnofnmpmkngonfjkjecdchjgldckhm
Mô tả Turn off election related Facebook content.
Kích Thước Tệp 484 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.12
Cập Nhật Lần Cuối 2016-03-10
Ngày Phát Hành 2016-03-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển spiritwayco
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://spiritway.co
URL Trang Chính Sách Bảo Mật http://spiritway.co
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Filter",
    "description": "Turn off election related Facebook content.",
    "version": "0.12",
    "homepage_url": "http:\/\/spiritway.co",
    "short_name": "Trump Filter",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/spiritway.co\/",
        "https:\/\/spiritway.co\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/*.gstatic.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.12.0.min.js",
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/uncle_sam_bw.png"
    },
    "icons": {
        "16": "icons\/uncle_sam.png",
        "48": "icons\/uncle_sam.png",
        "128": "icons\/uncle_sam.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "css\/grid.min.css",
        "css\/main.css",
        "img\/uncle_sam.png",
        "img\/uncle_sam_bw.png",
        "main.html"
    ]
}