CLF_Blacklist

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

Vad är CLF_Blacklist?

CLF_Blacklist är en Chrome-tillägg utvecklad av clf-blacklist, och dess huvudfunktion är "This extension allows you to hide posts from specified users on the Craigslist Forums".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner CLF_Blacklist-förlängningens CRX-fil

Ladda ner CLF_Blacklist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CLF_Blacklist CLF_Blacklist
ID aekjnbjmemepgjibomcniadcclaffhhc
Officiell webbadress https://chrome.google.com/webstore/detail/clfblacklist/aekjnbjmemepgjibomcniadcclaffhhc
Beskrivning This extension allows you to hide posts from specified users on the Craigslist Forums
Filstorlek 8.12 KB
Antal Installationer 31
Aktuell Version 1.5.3
Senast Uppdaterad 2017-03-24
Publiceringsdatum 2017-03-24
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare clf-blacklist
Betalningssätt free
Stödda Språk 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
        }
    ]
}