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
公式URL 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
Eメール [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": [
        "*"
    ]
}