Craigslist Helper - Relister
Chrome extension that helps repost expired Craigslist listing in bulk
What is Craigslist Helper - Relister?
Craigslist Helper - Relister is a Chrome extension developed by Danis Soft, and its main feature is "Chrome extension that helps repost expired Craigslist listing in bulk".
Extension Screenshots
Download Craigslist Helper - Relister Extension CRX File
Download Craigslist Helper - Relister 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
Chrome extension that aids in reposting expired Craigslist listing in multiple quantities for legitimate uses. This tool is designed as an aid in reposting multiple listings. This tool does not bypass any of craigslist built-in defenses against spammers nor is intended or designed as a mass-posting tool. It is subject to Craigslist posting restrictions on the post renewal speed.
Extension Basic Information
Name | Craigslist Helper - Relister |
ID | lkajmflekdkbdfeemgpggokpfnfbjmll |
Official URL | https://chromewebstore.google.com/detail/craigslist-helper-reliste/lkajmflekdkbdfeemgpggokpfnfbjmll |
Description | Chrome extension that helps repost expired Craigslist listing in bulk |
File Size | 970 KB |
Installation Count | 45 |
Current Version | 2.1 |
Last Updated | 2021-11-18 |
Publish Date | 2021-11-18 |
Developer | Danis Soft |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Craigslist Helper - Relister", "version": "2.1", "description": "Chrome extension that helps repost expired Craigslist listing in bulk", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/post.craigslist.org\/*", "https:\/\/post.craigslist.org\/*", "http:\/\/accounts.craigslist.org\/*", "https:\/\/accounts.craigslist.org\/*" ], "js": [ "js\/third\/jquery-2.1.1.min.js", "js\/third\/bootstrap.bundle.min.js", "js\/third\/bootbox.min.js", "js\/content_script.min.js" ], "css": [ "css\/third\/bootstrap.min.css" ] } ], "browser_action": { "default_icon": "icon.png", "name": "Craigslist helper - Relister", "default_title": "Craigslist Helper - Relister", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage", "http:\/\/*.craigslist.org\/*", "https:\/\/*.craigslist.org\/*" ] } |