EFA Bot Services

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

What is EFA Bot Services?

EFA Bot Services is a Chrome extension developed by emrekiiran, and its main feature is "Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.".

Extension Screenshots

screenshot

Download EFA Bot Services Extension CRX File

Download EFA Bot Services extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name EFA Bot Services EFA Bot Services
ID abnpbgnljlddelheohfppknfbjheamog
Official URL https://chromewebstore.google.com/detail/efa-bot-services/abnpbgnljlddelheohfppknfbjheamog
Description Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.
File Size 30.14 KB
Installation Count 10
Current Version 1.1.0
Last Updated 2021-02-16
Publish Date 2021-01-11
Rating 5.00/5 Total 1 Ratings
Developer emrekiiran
Email [email protected]
Payment Type free
Extension Website https://panel.efabotservices.com/
Supported Languages 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"
        ]
    }
}