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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}