Engagement Monster

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

什么是Engagement Monster?

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

扩展截图

screenshot

下载Engagement Monster扩展crx文件

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

扩展使用说明

                        By using Engagement Monster 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.                    

扩展基本信息

名称 Engagement Monster Engagement Monster
ID kpjphohlignnkfnohcakallhcaopkffp
官方URL https://chromewebstore.google.com/detail/engagement-monster/kpjphohlignnkfnohcakallhcaopkffp
简介 React and Engage with your friend's post on a single click.
文件大小 820 KB
安装次数 2,304
当前版本 1.0.22
更新时间 2023-12-27
上架时间 2020-11-07
评分 4.26/5 共23次评分
开发者 https://engagementmonster.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.engagementmonster.com/
隐私政策页面URL https://tier5.us/chrome_extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.22",
    "manifest_version": 3,
    "name": "Engagement Monster",
    "description": "React and 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",
                "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 Monster"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/5e82703c568e944b9d22417d-Engagement_Monster-1673865465100-small_icon.png",
        "48": "images\/1673615746917-mediumLogo.png",
        "128": "images\/1673615746964-largeLogo.png"
    },
    "short_name": "EM"
}