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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}