Craigslist Tools
A set of useful tools for Craigslist
What is Craigslist Tools?
Craigslist Tools is a Chrome extension developed by dany32412, and its main feature is "A set of useful tools for Craigslist".
Download Craigslist Tools Extension CRX File
Download Craigslist Tools 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
Extension Basic Information
Name | ![]() |
ID | phohbecdcgheoeembaanlncjjfmeoege |
Official URL | https://chrome.google.com/webstore/detail/craigslist-tools/phohbecdcgheoeembaanlncjjfmeoege |
Description | A set of useful tools for Craigslist |
File Size | 62.46 KB |
Installation Count | 31 |
Current Version | 0.0.1 |
Last Updated | 2016-03-20 |
Publish Date | 2016-03-20 |
Rating | 1.00/5 Total 1 Ratings |
Developer | dany32412 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Craigslist Tools", "description": "A set of useful tools for Craigslist", "version": "0.0.1", "permissions": [ "storage" ], "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.craigslist.org\/search*" ], "js": [ "jquery-2.2.1.min.js", "search.js" ] }, { "matches": [ "*:\/\/*.craigslist.org\/*\/*.html" ], "js": [ "jquery-2.2.1.min.js", "item.js" ] } ] } |