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
电子邮箱 [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
}