EFA Bot Services

Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.

Apa itu EFA Bot Services?

EFA Bot Services adalah ekstensi Chrome yang dikembangkan oleh emrekiiran, dan fitur utamanya adalah "Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EFA Bot Services

Unduh file ekstensi EFA Bot Services dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Bu uzantı sayesinde hizmetimizi başka platformlardan aldıgınızda hesapları tek tek eklemek yerinde uzantıyı başlatırsanız tek tek profilleri dolaşıp eklenmesi gereken hesapları ekleyecektir                    

Informasi Dasar Ekstensi

Nama EFA Bot Services EFA Bot Services
ID abnpbgnljlddelheohfppknfbjheamog
URL Resmi https://chromewebstore.google.com/detail/efa-bot-services/abnpbgnljlddelheohfppknfbjheamog
Deskripsi Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.
Ukuran File 30.14 KB
Jumlah Instalasi 10
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2021-02-16
Tanggal Publikasi 2021-01-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang emrekiiran
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://panel.efabotservices.com/
Bahasa yang Didukung tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EFA Bot Services",
    "version": "1.1.0",
    "description": "Bu uygulama sayesinde, t\u00fcm hesaplar\u0131 tek hamlede ekleyebileceksiniz.",
    "author": "upr4k",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "\/js\/adding.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "\/img\/16.png",
        "48": "\/img\/48.png",
        "128": "\/img\/128.png"
    },
    "browser_action": {
        "default_title": "EFA Bot Services",
        "default_popup": "main.html"
    },
    "permissions": [
        "https:\/\/efabotservices.com\/*"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    }
}