Engagement Monster
React and Engage with your friend's post on a single click.
¿Qué es Engagement Monster?
Engagement Monster es una extensión de Chrome desarrollada por https://engagementmonster.com, y su función principal es "React and Engage with your friend's post on a single click.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Engagement Monster
Descarga archivos de extensión Engagement Monster en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Engagement Monster |
ID | kpjphohlignnkfnohcakallhcaopkffp |
URL Oficial | https://chromewebstore.google.com/detail/engagement-monster/kpjphohlignnkfnohcakallhcaopkffp |
Descripción | React and Engage with your friend's post on a single click. |
Tamaño del Archivo | 820 KB |
Cantidad de Instalaciones | 2,304 |
Versión Actual | 1.0.22 |
Última Actualización | 2023-12-27 |
Fecha de Publicación | 2020-11-07 |
Calificación | 4.26/5 Total de 23 Calificaciones |
Desarrollador | https://engagementmonster.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.engagementmonster.com/ |
URL de la Página de Política de Privacidad | https://tier5.us/chrome_extension |
Idiomas Soportados | 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" } |