Engagement Monster
React and Engage with your friend's post on a single click.
Engagement Monster là gì?
Engagement Monster là một tiện ích mở rộng Chrome được phát triển bởi https://engagementmonster.com, và tính năng chính của nó là "React and Engage with your friend's post on a single click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Engagement Monster
Tải xuống các tệp mở rộng Engagement Monster dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Engagement Monster |
ID | kpjphohlignnkfnohcakallhcaopkffp |
URL Chính Thức | https://chromewebstore.google.com/detail/engagement-monster/kpjphohlignnkfnohcakallhcaopkffp |
Mô tả | React and Engage with your friend's post on a single click. |
Kích Thước Tệp | 820 KB |
Số Lần Cài Đặt | 2,304 |
Phiên Bản Hiện Tại | 1.0.22 |
Cập Nhật Lần Cuối | 2023-12-27 |
Ngày Phát Hành | 2020-11-07 |
Đánh Giá | 4.26/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | https://engagementmonster.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.engagementmonster.com/ |
URL Trang Chính Sách Bảo Mật | https://tier5.us/chrome_extension |
Ngôn Ngữ Được Hỗ Trợ | 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" } |