Instabot - Automate Likes and Comments
Increase your Instagram engagement!
¿Qué es Instabot - Automate Likes and Comments?
Instabot - Automate Likes and Comments es una extensión de Chrome desarrollada por laabroms, y su función principal es "Increase your Instagram engagement!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Instabot - Automate Likes and Comments
Descarga archivos de extensión Instabot - Automate Likes and Comments 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
This extension automates, likes, comments, and story views on Instagram. Users can enter their login information, desired hashtags and comments. The bot will login to their account and like and comment posts from selected hashtags, like and comment posts in the user's feed, and view stories. The actions run by the bot can be toggled in the extension. The bot runs headlessly (without opening a browser), and will notify the user once the process is completed.
Información Básica de la Extensión
Nombre | |
ID | fmdbpjfdncdlmpdlhobkckbgcdkccdbh |
URL Oficial | https://chrome.google.com/webstore/detail/instabot-automate-likes-a/fmdbpjfdncdlmpdlhobkckbgcdkccdbh |
Descripción | Increase your Instagram engagement! |
Tamaño del Archivo | 266 KB |
Cantidad de Instalaciones | 176 |
Versión Actual | 0.0.1 |
Última Actualización | 2021-01-05 |
Fecha de Publicación | 2021-01-05 |
Calificación | 1.00/5 Total de 2 Calificaciones |
Desarrollador | laabroms |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instabot - Automate Likes and Comments", "description": "Increase your Instagram engagement!", "version": "0.0.1", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo-small16.png", "48": "logo-small48.png", "128": "logo-small128.png" }, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "permissions": [] } |