Engagement Rocket Pro

Interact with your Facebook friends on autopilot and get more engagement, leads and sales.

What is Engagement Rocket Pro?

Engagement Rocket Pro is a Chrome extension developed by alex.just.1011, and its main feature is "Interact with your Facebook friends on autopilot and get more engagement, leads and sales.".

Extension Screenshots

screenshot

Download Engagement Rocket Pro Extension CRX File

Download Engagement Rocket Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Interact with your Facebook friends on autopilot.

This fantastic tool will help you get more engagement, leads and sales.

THIS IS A WHITE LABEL EXTENSION MADE BY TIER5.US FOR ALEX JUST.                    

Extension Basic Information

Name Engagement Rocket Pro Engagement Rocket Pro
ID cofjiijpjmlhjdlkjaejfbeagokemekm
Official URL https://chromewebstore.google.com/detail/engagement-rocket-pro/cofjiijpjmlhjdlkjaejfbeagokemekm
Description Interact with your Facebook friends on autopilot and get more engagement, leads and sales.
File Size 855 KB
Installation Count 111
Current Version 1.0.5
Last Updated 2023-05-17
Publish Date 2023-02-08
Rating 5.00/5 Total 1 Ratings
Developer alex.just.1011
Email [email protected]
Payment Type free
Extension Website https://www.engamentrocketpro.com/
Privacy Policy Page URL https://www.alexjusst.com/politica-de-privacidad1
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5",
    "manifest_version": 3,
    "name": "Engagement Rocket Pro",
    "description": "Interact with your Facebook friends on autopilot and get more engagement, leads and sales.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/www.facebook.com\/"
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "lib\/js\/jquery-3.2.1.min.js",
                "lib\/js\/moment.min.js",
                "js\/content.js"
            ],
            "css": [
                "lib\/css\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Engagement Rocket Pro"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158069-small_icon.png",
        "48": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158132-medium_icon.png",
        "128": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158181-large_icon.png"
    },
    "short_name": "ERP"
}