CLF_Blacklist
This extension allows you to hide posts from specified users on the Craigslist Forums
Wat is CLF_Blacklist?
CLF_Blacklist is een Chrome-extensie ontwikkeld door clf-blacklist, en de belangrijkste functie is "This extension allows you to hide posts from specified users on the Craigslist Forums".
Extensie Screenshots
Download het CRX-bestand van de extensie CLF_Blacklist
Download CLF_Blacklist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Easily block and unblock users on the Craigslist forums by handle.
Basisinformatie over de Extensie
Naam | ![]() |
ID | aekjnbjmemepgjibomcniadcclaffhhc |
Officiële URL | https://chrome.google.com/webstore/detail/clfblacklist/aekjnbjmemepgjibomcniadcclaffhhc |
Beschrijving | This extension allows you to hide posts from specified users on the Craigslist Forums |
Bestandsgrootte | 8.12 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.5.3 |
Laatst Bijgewerkt | 2017-03-24 |
Publicatiedatum | 2017-03-24 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | clf-blacklist |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |