Easy Commenter for IG
Looking to boost your IG presence? Meet this tool, the ultimate companion for increasing exposure and gaining more followers!
O que é Easy Commenter for IG?
Easy Commenter for IG é uma extensão do Chrome desenvolvida por BeSocialTools, e sua principal característica é "Looking to boost your IG presence? Meet this tool, the ultimate companion for increasing exposure and gaining more followers!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Easy Commenter for IG
Baixe arquivos de extensão Easy Commenter for IG 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
🔥 Key Features 🔥 - Comment and like using popular hashtags on Instagram. - Comment and like posts from specific locations on Instagram. - Engage with content in your Instagram feed. - Interact with the followers of any Instagram user. - Connect with the accounts followed by anyone on Instagram. - Customize your comments using spin syntax & randomization. ⚠️ Important Note ⚠️ Our tool does not require your Instagram password for operation. Be cautious with mass or frequent commenting, as it may lead to restrictions by IG. Use it responsibly. 💌 Need Help? 💌 Feel free to reach out to us at [email protected] for any support or inquiries. Get ready to supercharge your Instagram strategy with Easy Commenter for IG!
Informações Básicas da Extensão
Nome | Easy Commenter for IG |
ID | egkhkjpghjfinehlmbcflpkdogekoifm |
URL Oficial | https://chromewebstore.google.com/detail/easy-commenter-for-ig/egkhkjpghjfinehlmbcflpkdogekoifm |
Descrição | Looking to boost your IG presence? Meet this tool, the ultimate companion for increasing exposure and gaining more followers! |
Tamanho do Arquivo | 510 KB |
Contagem de Instalações | 130 |
Versão Atual | 2.3.2 |
Última Atualização | 2023-10-14 |
Data de Publicação | 2023-09-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | BeSocialTools |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://besocial.top/easy-commenter-for-ig/ |
URL da Página de Política de Privacidade | https://besocial.top/besocial/privacy-policy.html |
Idiomas Suportados | de,en,fr,es,it,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "version": "2.3.2", "manifest_version": 3, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_locale": "en", "action": { "default_title": "Easy Commenter for IG", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.instagram.com\/*", "https:\/\/*.cdninstagram.com\/*", "https:\/\/*.fbcdn.net\/*", "https:\/\/besocial.top\/" ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "permissions": [ "storage" ] } |