Comment Responder

Comment Responder Chrome Extension

What is Comment Responder?

Comment Responder is a Chrome extension developed by automaticsextension, and its main feature is "Comment Responder Chrome Extension".

Extension Screenshots

screenshot

Download Comment Responder Extension CRX File

Download Comment Responder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Comment Responder Comment Responder
ID okmnbiladbkgnjnnojljeleijkcdfgob
Official URL https://chromewebstore.google.com/detail/comment-responder/okmnbiladbkgnjnnojljeleijkcdfgob
Description Comment Responder Chrome Extension
File Size 1.21 MB
Installation Count 160
Current Version 1.1.8
Last Updated 2021-06-26
Publish Date 2021-01-11
Developer automaticsextension
Email [email protected]
Payment Type free
Extension Website https://www.offerlevels.com/comment-responder
Privacy Policy Page URL https://automatics.one/privacy
Supported Languages 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'"
}