CLF_Blacklist

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

What is CLF_Blacklist?

CLF_Blacklist is a Chrome extension developed by clf-blacklist, and its main feature is "This extension allows you to hide posts from specified users on the Craigslist Forums".

Extension Screenshots

screenshot
screenshot

Download CLF_Blacklist Extension CRX File

Download CLF_Blacklist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CLF_Blacklist CLF_Blacklist
ID aekjnbjmemepgjibomcniadcclaffhhc
Official URL https://chrome.google.com/webstore/detail/clfblacklist/aekjnbjmemepgjibomcniadcclaffhhc
Description This extension allows you to hide posts from specified users on the Craigslist Forums
File Size 8.12 KB
Installation Count 31
Current Version 1.5.3
Last Updated 2017-03-24
Publish Date 2017-03-24
Rating 5.00/5 Total 5 Ratings
Developer clf-blacklist
Payment Type free
Supported Languages 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
        }
    ]
}