Engaging Eddie

Engage with your friend's post on a single click.

What is Engaging Eddie?

Engaging Eddie is a Chrome extension developed by https://leadsintoinbox.com, and its main feature is "Engage with your friend's post on a single click.".

Extension Screenshots

screenshot

Download Engaging Eddie Extension CRX File

Download Engaging Eddie 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

                        By using Engaging Eddie you can engage with your friend's post on a scheduled time and also can leave reactions on their post. This will boost your engagement and also will boost your business. To get more attention from your friend you must use this tool.                    

Extension Basic Information

Name Engaging Eddie Engaging Eddie
ID dlnfdllkpcogpleeaajgnlldanhhalbc
Official URL https://chromewebstore.google.com/detail/engaging-eddie/dlnfdllkpcogpleeaajgnlldanhhalbc
Description Engage with your friend's post on a single click.
File Size 2.23 MB
Installation Count 102
Current Version 1.0.1
Last Updated 2022-05-19
Publish Date 2020-12-17
Rating 4.20/5 Total 5 Ratings
Developer https://leadsintoinbox.com
Email [email protected]
Payment Type free
Extension Website https://www.leadsintoinbox.com
Help Page URL https://m.me/728629334436142
Privacy Policy Page URL https://buy.leadsintoinbox.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 2,
    "name": "Engaging Eddie",
    "description": "Engage with your friend's post on a single click.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/www.facebook.com\/"
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "jquery-3.2.1.min.js",
                "moment.min.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "alarms"
    ],
    "icons": {
        "48": "img\/48X48.png",
        "128": "img\/128X128.png"
    }
}