Post Profits Pro

Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically.

Post Profits Proとは何ですか?

Post Profits Proはhttps://buy.postprofits.ioによって開発されたChromeの拡張機能で、その主な機能は「Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically.」です。

拡張機能のスクリーンショット

screenshot

Post Profits Pro拡張機能のCRXファイルをダウンロード

Post Profits Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Post Profits Pro will begin to automatically respond to all comments on your post strategically leveraging the Facebook Algorithm to get you maximum post exposure and engagement.

It will also send out Direct Messages through Facebook messenger with your CTA link which will keep people commenting on your post to get the link.

New Facebook's user interface support                    

拡張機能の基本情報

名前 Post Profits Pro Post Profits Pro
ID kkhgjhpfdimbhanhehedeidfjgeoknhg
公式URL https://chromewebstore.google.com/detail/post-profits-pro/kkhgjhpfdimbhanhehedeidfjgeoknhg
説明 Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically.
ファイルサイズ 1.51 MB
インストール数 1,568
現在のバージョン 3.0.93
最終更新日 2023-12-27
公開日 2020-07-21
評価 4.94/5 合計 18 レビュー
開発者 https://buy.postprofits.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://buy.postprofits.io/about-post-profits
ヘルプページのURL https://www.messenger.com/t/105198527927786
プライバシーポリシーページのURL https://tier5.us/chrome_extension
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Post Profits Pro",
    "version": "3.0.93",
    "description": "Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically.",
    "short_name": "PPP",
    "icons": {
        "16": "images\/1617968550542-smallLogo.png",
        "48": "images\/1617968550617-mediumLogo.png",
        "128": "images\/1617968550663-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                ".\/jquery.min.js",
                ".\/js\/content.js"
            ],
            "css": [
                "assets\/content.css",
                "css\/customCss.css"
            ]
        }
    ],
    "action": {
        "default_popup": "login.html",
        "default_title": "Post Profits Pro"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "activeTab",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "options_page": "settings.html",
    "background": {
        "service_worker": ".\/js\/assembleAllScript.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*",
                "js\/*",
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}