CommentFunnels

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

什麼是CommentFunnels?

CommentFunnels是由https://commentfunnels.com開發的Chrome擴展程式,該擴展的主要功能是“CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.”。

擴展截圖

下載CommentFunnels擴展crx文件

下載CommentFunnels擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Version 1.7.3 updates:

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

擴展基本資訊

名稱 CommentFunnels CommentFunnels
ID ackhhhalkpjekdgpijajjaigboookepm
官方網址 https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm
簡介 CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
檔案大小 3.36 MB
安裝次數 814
目前版本 1.7.3
更新時間 2022-07-25
上架時間 2020-04-24
評分 4.56/5 共 9 次評分
開發者 https://commentfunnels.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://commentfunnels.app
說明頁面URL https://commentfunnels.app/support
隱私政策頁面URL https://commentfunnels.app/privacy
支援的語言 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": [
        "*"
    ]
}