Engaging Eddie

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

什么是Engaging Eddie?

Engaging Eddie是由https://leadsintoinbox.com开发的Chrome扩展程序,该扩展的主要功能是“Engage with your friend's post on a single click.”。

扩展截图

screenshot

下载Engaging Eddie扩展crx文件

下载Engaging Eddie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Engaging Eddie Engaging Eddie
ID dlnfdllkpcogpleeaajgnlldanhhalbc
官方URL https://chromewebstore.google.com/detail/engaging-eddie/dlnfdllkpcogpleeaajgnlldanhhalbc
简介 Engage with your friend's post on a single click.
文件大小 2.23 MB
安装次数 102
当前版本 1.0.1
更新时间 2022-05-19
上架时间 2020-12-17
评分 4.20/5 共5次评分
开发者 https://leadsintoinbox.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.leadsintoinbox.com
帮助页面URL https://m.me/728629334436142
隐私政策页面URL https://buy.leadsintoinbox.com/privacy
支持的语言 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"
    }
}