Auto Commenter

Automatically respond to All Comments on your Facebook posts. Maximize exposure and engagement of your posts.

Auto Commenterとは何ですか?

Auto Commenterはhttps://automationmarketingsoftware.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically respond to All Comments on your Facebook posts. Maximize exposure and engagement of your posts.」です。

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

screenshot

Auto Commenter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        AutoCommenter will automatically respond to all comments on your post, strategically leveraging the Facebook Algorithm to get maximum post exposure and engagement.

It will also send Private Messages through Messenger with your Call-To-Action link to keep other people commenting on your post to get the unpublished link.

Part of the Automation Marketing Software Suite.                    

拡張機能の基本情報

名前 Auto Commenter Auto Commenter
ID djieljbbjapleieilkeepbalnfaikhnn
公式URL https://chromewebstore.google.com/detail/auto-commenter/djieljbbjapleieilkeepbalnfaikhnn
説明 Automatically respond to All Comments on your Facebook posts. Maximize exposure and engagement of your posts.
ファイルサイズ 1.73 MB
インストール数 395
現在のバージョン 11.01.25.2
最終更新日 2023-12-29
公開日 2021-11-17
評価 4.20/5 合計 5 レビュー
開発者 https://automationmarketingsoftware.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://AutomationMarketingSoftware.com
ヘルプページのURL https://ebfn.net/ac
プライバシーポリシーページのURL https://www.automationmarketingsoftware.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Commenter",
    "version": "11.01.25.2",
    "description": "Automatically respond to All Comments on your Facebook posts. Maximize exposure and engagement of your posts.",
    "short_name": "AC",
    "icons": {
        "16": "images\/614a1c904f51ca7197bc4c51-AutoCommenter-1632958177095-small_icon.png",
        "48": "images\/614a1c904f51ca7197bc4c51-AutoCommenter-1632958177151-medium_icon.png",
        "128": "images\/614a1c904f51ca7197bc4c51-AutoCommenter-1632958177221-large_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                ".\/jquery.min.js",
                ".\/js\/content.js"
            ],
            "css": [
                "assets\/content.css",
                "css\/customCss.css"
            ]
        }
    ],
    "action": {
        "default_popup": "login.html",
        "default_title": "Auto Commenter"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "activeTab",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "options_page": "settings.html",
    "background": {
        "service_worker": ".\/js\/assembleAllScript.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*",
                "js\/*",
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}