Craigslist Helper - Relister

Chrome extension that helps repost expired Craigslist listing in bulk

Craigslist Helper - Relisterとは何ですか?

Craigslist Helper - RelisterはDanis Softによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that helps repost expired Craigslist listing in bulk」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Craigslist Helper - Relister拡張機能のCRXファイルをダウンロード

Craigslist Helper - Relister拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Craigslist Helper - Relister Craigslist Helper - Relister
ID lkajmflekdkbdfeemgpggokpfnfbjmll
公式URL https://chromewebstore.google.com/detail/craigslist-helper-reliste/lkajmflekdkbdfeemgpggokpfnfbjmll
説明 Chrome extension that helps repost expired Craigslist listing in bulk
ファイルサイズ 970 KB
インストール数 45
現在のバージョン 2.1
最終更新日 2021-11-18
公開日 2021-11-18
開発者 Danis Soft
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
    ]
}