Auto Commenter

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

O que é Auto Commenter?

Auto Commenter é uma extensão do Chrome desenvolvida por https://automationmarketingsoftware.com, e sua principal característica é "Automatically respond to All Comments on your Facebook posts. Maximize exposure and engagement of your posts.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auto Commenter

Baixe arquivos de extensão Auto Commenter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Auto Commenter Auto Commenter
ID djieljbbjapleieilkeepbalnfaikhnn
URL Oficial https://chromewebstore.google.com/detail/auto-commenter/djieljbbjapleieilkeepbalnfaikhnn
Descrição Automatically respond to All Comments on your Facebook posts. Maximize exposure and engagement of your posts.
Tamanho do Arquivo 1.73 MB
Contagem de Instalações 395
Versão Atual 11.01.25.2
Última Atualização 2023-12-29
Data de Publicação 2021-11-17
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor https://automationmarketingsoftware.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://AutomationMarketingSoftware.com
URL da Página de Ajuda https://ebfn.net/ac
URL da Página de Política de Privacidade https://www.automationmarketingsoftware.com/privacy-policy
Idiomas Suportados 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
}