CLF_Blacklist

This extension allows you to hide posts from specified users on the Craigslist Forums

CLF_Blacklist là gì?

CLF_Blacklist là một tiện ích mở rộng Chrome được phát triển bởi clf-blacklist, và tính năng chính của nó là "This extension allows you to hide posts from specified users on the Craigslist Forums".

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

screenshot
screenshot

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

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

                        Easily block and unblock users on the Craigslist forums by handle.                    

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

Tên CLF_Blacklist CLF_Blacklist
ID aekjnbjmemepgjibomcniadcclaffhhc
URL Chính Thức https://chrome.google.com/webstore/detail/clfblacklist/aekjnbjmemepgjibomcniadcclaffhhc
Mô tả This extension allows you to hide posts from specified users on the Craigslist Forums
Kích Thước Tệp 8.12 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.5.3
Cập Nhật Lần Cuối 2017-03-24
Ngày Phát Hành 2017-03-24
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển clf-blacklist
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CLF_Blacklist",
    "description": "This extension allows you to hide posts from specified users on the Craigslist Forums",
    "version": "1.5.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/forums.craigslist.org\/*"
            ],
            "js": [
                "test.js"
            ],
            "css": [
                "clf.css"
            ],
            "all_frames": true
        }
    ]
}