Robo Inteligente
Robo Inteligente de Comentários
Robo Inteligente là gì?
Robo Inteligente là một tiện ích mở rộng Chrome được phát triển bởi https://robointeligentedecomentarios.com, và tính năng chính của nó là "Robo Inteligente de Comentários".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Robo Inteligente
Tải xuống các tệp mở rộng Robo Inteligente dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | enfhgbkoabgiadnfnconganhonipkkik |
URL Chính Thức | https://chrome.google.com/webstore/detail/robo-inteligente/enfhgbkoabgiadnfnconganhonipkkik |
Mô tả | Robo Inteligente de Comentários |
Kích Thước Tệp | 592 KB |
Số Lần Cài Đặt | 30,000 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2021-08-06 |
Ngày Phát Hành | 2021-08-06 |
Đánh Giá | 2.05/5 Tổng số 58 Đánh Giá |
Nhà Phát Triển | https://robointeligentedecomentarios.com |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Chính Sách Bảo Mật | https://digitalmidia.app.br/pp |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |