Comment Responder

Comment Responder Chrome Extension

什么是Comment Responder?

Comment Responder是由automaticsextension开发的Chrome扩展程序,该扩展的主要功能是“Comment Responder Chrome Extension”。

扩展截图

screenshot

下载Comment Responder扩展crx文件

下载Comment Responder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Comment Responder Comment Responder
ID okmnbiladbkgnjnnojljeleijkcdfgob
官方URL https://chromewebstore.google.com/detail/comment-responder/okmnbiladbkgnjnnojljeleijkcdfgob
简介 Comment Responder Chrome Extension
文件大小 1.21 MB
安装次数 160
当前版本 1.1.8
更新时间 2021-06-26
上架时间 2021-01-11
开发者 automaticsextension
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.offerlevels.com/comment-responder
隐私政策页面URL https://automatics.one/privacy
支持的语言 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'"
}