CLF_Blacklist

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

什么是CLF_Blacklist?

CLF_Blacklist是由clf-blacklist开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to hide posts from specified users on the Craigslist Forums”。

扩展截图

screenshot
screenshot

下载CLF_Blacklist扩展crx文件

下载CLF_Blacklist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 CLF_Blacklist CLF_Blacklist
ID aekjnbjmemepgjibomcniadcclaffhhc
官方URL https://chrome.google.com/webstore/detail/clfblacklist/aekjnbjmemepgjibomcniadcclaffhhc
简介 This extension allows you to hide posts from specified users on the Craigslist Forums
文件大小 8.12 KB
安装次数 31
当前版本 1.5.3
更新时间 2017-03-24
上架时间 2017-03-24
评分 5.00/5 共5次评分
开发者 clf-blacklist
付费类型 free
支持的语言 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
        }
    ]
}