EFA Bot Services

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

Cos'è EFA Bot Services?

EFA Bot Services è un'estensione di Chrome sviluppata da emrekiiran, e la sua funzione principale è "Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EFA Bot Services

Scarica i file di estensione EFA Bot Services in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome EFA Bot Services EFA Bot Services
ID abnpbgnljlddelheohfppknfbjheamog
URL Ufficiale https://chromewebstore.google.com/detail/efa-bot-services/abnpbgnljlddelheohfppknfbjheamog
Descrizione Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.
Dimensione del File 30.14 KB
Conteggio Installazioni 10
Versione Corrente 1.1.0
Ultimo Aggiornamento 2021-02-16
Data di Pubblicazione 2021-01-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore emrekiiran
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://panel.efabotservices.com/
Lingue Supportate 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"
        ]
    }
}