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
        }
    ]
}