EFA Bot Services

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

Co je EFA Bot Services?

EFA Bot Services je rozšíření Chrome vyvinuté emrekiiran, a jeho hlavní funkcí je „Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření EFA Bot Services

Stáhněte si soubory rozšíření EFA Bot Services ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název EFA Bot Services EFA Bot Services
ID abnpbgnljlddelheohfppknfbjheamog
Oficiální URL https://chromewebstore.google.com/detail/efa-bot-services/abnpbgnljlddelheohfppknfbjheamog
Popis Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.
Velikost souboru 30.14 KB
Počet instalací 10
Aktuální Verze 1.1.0
Poslední Aktualizace 2021-02-16
Datum Vydání 2021-01-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář emrekiiran
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://panel.efabotservices.com/
Podporované Jazyky 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"
        ]
    }
}