Instabot - Automate Likes and Comments
Increase your Instagram engagement!
O que é Instabot - Automate Likes and Comments?
Instabot - Automate Likes and Comments é uma extensão do Chrome desenvolvida por laabroms, e sua principal característica é "Increase your Instagram engagement!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Instabot - Automate Likes and Comments
Baixe arquivos de extensão Instabot - Automate Likes and Comments no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | fmdbpjfdncdlmpdlhobkckbgcdkccdbh |
URL Oficial | https://chrome.google.com/webstore/detail/instabot-automate-likes-a/fmdbpjfdncdlmpdlhobkckbgcdkccdbh |
Descrição | Increase your Instagram engagement! |
Tamanho do Arquivo | 266 KB |
Contagem de Instalações | 176 |
Versão Atual | 0.0.1 |
Última Atualização | 2021-01-05 |
Data de Publicação | 2021-01-05 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | laabroms |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [] } |