Comment Responder

Comment Responder Chrome Extension

Cos'è Comment Responder?

Comment Responder è un'estensione di Chrome sviluppata da automaticsextension, e la sua funzione principale è "Comment Responder Chrome Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Comment Responder

Scarica i file di estensione Comment Responder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Comment responder is a chrome extension that will help you to reply to the comments on your facebook post. 

It will allow you to auto reply to comment based on different keywords also send a message to the people who commented on your post if you enable that option.                    

Informazioni di Base sull'Estensione

Nome Comment Responder Comment Responder
ID okmnbiladbkgnjnnojljeleijkcdfgob
URL Ufficiale https://chromewebstore.google.com/detail/comment-responder/okmnbiladbkgnjnnojljeleijkcdfgob
Descrizione Comment Responder Chrome Extension
Dimensione del File 1.21 MB
Conteggio Installazioni 160
Versione Corrente 1.1.8
Ultimo Aggiornamento 2021-06-26
Data di Pubblicazione 2021-01-11
Sviluppatore automaticsextension
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.offerlevels.com/comment-responder
URL della Pagina della Politica sulla Privacy https://automatics.one/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Comment Responder Chrome Extension",
    "version": "1.1.8",
    "name": "Comment Responder",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "128.png"
    },
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "",
        "activeTab"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "128.png",
        "32.png",
        "script.js"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}