Robo Inteligente

Robo Inteligente de Comentários

Robo Inteligenteคืออะไร?

Robo Inteligente เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://robointeligentedecomentarios.com และคุณลักษณะหลักของมันคือ "Robo Inteligente de Comentários"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Robo Inteligente

ดาวน์โหลดไฟล์ส่วนขยาย Robo Inteligente ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Robo Inteligente Robo Inteligente
ID enfhgbkoabgiadnfnconganhonipkkik
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/robo-inteligente/enfhgbkoabgiadnfnconganhonipkkik
คำอธิบาย Robo Inteligente de Comentários
ขนาดไฟล์ 592 KB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2021-08-06
วันที่เผยแพร่ 2021-08-06
คะแนน 2.05/5 รวมทั้งหมด 58 คะแนน
ผู้พัฒนา https://robointeligentedecomentarios.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://digitalmidia.app.br/pp
ภาษาที่รองรับ 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"
    ]
}