Engagement Monster
React and Engage with your friend's post on a single click.
Wat is Engagement Monster?
Engagement Monster is een Chrome-extensie ontwikkeld door https://engagementmonster.com, en de belangrijkste functie is "React and Engage with your friend's post on a single click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Engagement Monster
Download Engagement Monster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Engagement Monster |
ID | kpjphohlignnkfnohcakallhcaopkffp |
Officiële URL | https://chromewebstore.google.com/detail/engagement-monster/kpjphohlignnkfnohcakallhcaopkffp |
Beschrijving | React and Engage with your friend's post on a single click. |
Bestandsgrootte | 820 KB |
Aantal Installaties | 2,304 |
Huidige Versie | 1.0.22 |
Laatst Bijgewerkt | 2023-12-27 |
Publicatiedatum | 2020-11-07 |
Beoordeling | 4.26/5 Totaal 23 Beoordelingen |
Ontwikkelaar | https://engagementmonster.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.engagementmonster.com/ |
URL van de Privacybeleid Pagina | https://tier5.us/chrome_extension |
Ondersteunde Talen | 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" } |