CLF_Blacklist

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

Hvad er CLF_Blacklist?

CLF_Blacklist er en Chrome-udvidelse udviklet af clf-blacklist, og dens hovedfunktion er "This extension allows you to hide posts from specified users on the Craigslist Forums".

Udvidelsesskærmbilleder

screenshot
screenshot

Download CLF_Blacklist-udvidelses-CRX-fil

Download CLF_Blacklist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn CLF_Blacklist CLF_Blacklist
ID aekjnbjmemepgjibomcniadcclaffhhc
Officiel URL https://chrome.google.com/webstore/detail/clfblacklist/aekjnbjmemepgjibomcniadcclaffhhc
Beskrivelse This extension allows you to hide posts from specified users on the Craigslist Forums
Filstørrelse 8.12 KB
Antal Installationer 31
Nuværende Version 1.5.3
Senest Opdateret 2017-03-24
Udgivelsesdato 2017-03-24
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler clf-blacklist
Betalingsmetode free
Understøttede Sprog 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
        }
    ]
}