Craigslist Hide Utility
Optionally hide listings on Craigslist with this utility
What is Craigslist Hide Utility?
Craigslist Hide Utility is a Chrome extension developed by Unknown, and its main feature is "Optionally hide listings on Craigslist with this utility".
Extension Screenshots
Download Craigslist Hide Utility Extension CRX File
Download Craigslist Hide Utility extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tired of wading through Craigslist seeing the same postings over and over again? With this extension, you can quickly filter out the noise. This utility enables a simple set of buttons to hide individual listings while browsing Craigslist. It has been designed to seamlessly provide additional functionality without drastically altering Craiglist.
Extension Basic Information
Name | Craigslist Hide Utility |
ID | hnbnipjjdfmaeceikadhaacjnbkpbmjp |
Official URL | https://chromewebstore.google.com/detail/craigslist-hide-utility/hnbnipjjdfmaeceikadhaacjnbkpbmjp |
Description | Optionally hide listings on Craigslist with this utility |
File Size | 35.41 KB |
Installation Count | 32 |
Current Version | 1.0 |
Last Updated | 2014-12-12 |
Publish Date | 2014-12-12 |
Rating | 1.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Craigslist Hide Utility", "description": "Optionally hide listings on Craigslist with this utility", "version": "1.0", "permissions": [ "*:\/\/*.craigslist.org\/*", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.craigslist.org\/*" ], "js": [ "jquery-2.1.1.min.js", "src\/data_manager.js", "src\/ui_list.js", "src\/ui_single.js", "craigslist_hide.js" ] } ] } |