CommentFunnels

CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.

What is CommentFunnels?

CommentFunnels is a Chrome extension developed by https://commentfunnels.com, and its main feature is "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.".

Extension Screenshots

Download CommentFunnels Extension CRX File

Download CommentFunnels 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

                        Version 1.7.3 updates:

- Updates made to comply with new Google Web Store requirements.                    

Extension Basic Information

Name CommentFunnels CommentFunnels
ID ackhhhalkpjekdgpijajjaigboookepm
Official URL https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm
Description CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
File Size 3.36 MB
Installation Count 814
Current Version 1.7.3
Last Updated 2022-07-25
Publish Date 2020-04-24
Rating 4.56/5 Total 9 Ratings
Developer https://commentfunnels.com
Email [email protected]
Payment Type free
Extension Website https://commentfunnels.app
Help Page URL https://commentfunnels.app/support
Privacy Policy Page URL https://commentfunnels.app/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon_128.png"
        },
        "default_title": "CommentFunnels",
        "default_popup": "\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "CommentFunnels",
    "permissions": [
        "storage",
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/web.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/m.facebook.com\/*",
                "https:\/\/mobile.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "all_frames": true
        }
    ],
    "version": "1.7.3",
    "web_accessible_resources": [
        "*"
    ]
}