Robo Inteligente
Robo Inteligente de Comentários
What is Robo Inteligente?
Robo Inteligente is a Chrome extension developed by https://robointeligentedecomentarios.com, and its main feature is "Robo Inteligente de Comentários".
Extension Screenshots
Download Robo Inteligente Extension CRX File
Download Robo Inteligente extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Automação de comentários Extensão que faz o trabalho de comentar automaticamente em fotos de sorteios dentro do Instagram, te poupando tempo de ficar comentando manualmente.
Extension Basic Information
Name | |
ID | enfhgbkoabgiadnfnconganhonipkkik |
Official URL | https://chrome.google.com/webstore/detail/robo-inteligente/enfhgbkoabgiadnfnconganhonipkkik |
Description | Robo Inteligente de Comentários |
File Size | 592 KB |
Installation Count | 30,000 |
Current Version | 2.0.1 |
Last Updated | 2021-08-06 |
Publish Date | 2021-08-06 |
Rating | 2.05/5 Total 58 Ratings |
Developer | https://robointeligentedecomentarios.com |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://digitalmidia.app.br/pp |
Supported Languages | pt-BR |
manifest.json | |
{ "content_scripts": [ { "css": [ "css\/bootstrap.min.css", "css\/style.css", "css\/bangers-font.css", "css\/media.css" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/bootstrap.bundle.min.js", "js\/jquery.countdown.js", "index.js" ], "matches": [ "https:\/\/www.instagram.com\/p\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/digitalmidia.online; object-src 'self';", "description": "Robo Inteligente de Coment\u00e1rios", "icons": { "128": ".\/images\/icon128.png", "16": ".\/images\/icon16.png", "48": ".\/images\/icon48.png" }, "manifest_version": 2, "name": "Robo Inteligente", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.1", "web_accessible_resources": [ "images\/*.png", "data\/*.json", "fonts\/*.woff2" ] } |