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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Post Profits Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}