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
官方網址 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
        }
    ]
}