Clickbait Killer

Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.

Clickbait Killer là gì?

Clickbait Killer là một tiện ích mở rộng Chrome được phát triển bởi Devon Fritz, và tính năng chính của nó là "Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.".

Ả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 Clickbait Killer

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

                        Sick of looking at clickbait and other nonsense on Facebook? This app automatically filters garbage "content" from your Facebook news feed according to a blacklist you maintain. 

In the future, you will be able to not only filter on website names, but on suspect phrases (e.g. "totally awesome") as well.                    

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

Tên Clickbait Killer Clickbait Killer
ID bophlajogieadgcmhbphmffneoninfjj
URL Chính Thức https://chromewebstore.google.com/detail/clickbait-killer/bophlajogieadgcmhbphmffneoninfjj
Mô tả Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.
Kích Thước Tệp 51.61 KB
Số Lần Cài Đặt 230
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-03-23
Ngày Phát Hành 2015-03-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Devon Fritz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clickbait Killer",
    "version": "1.0",
    "description": "Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.",
    "icons": {
        "128": "skull-1-icon.png"
    },
    "browser_action": {
        "default_icon": "skull-1-icon.png",
        "default_popup": "gui.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "third-party\/jquery-2.1.1.min.js",
                "common.js",
                "removecb.js"
            ]
        }
    ]
}