EFA Bot Services

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

EFA Bot Servicesとは何ですか?

EFA Bot Servicesはemrekiiranによって開発されたChromeの拡張機能で、その主な機能は「Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.」です。

拡張機能のスクリーンショット

screenshot

EFA Bot Services拡張機能のCRXファイルをダウンロード

EFA Bot Services拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 EFA Bot Services EFA Bot Services
ID abnpbgnljlddelheohfppknfbjheamog
公式URL https://chromewebstore.google.com/detail/efa-bot-services/abnpbgnljlddelheohfppknfbjheamog
説明 Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.
ファイルサイズ 30.14 KB
インストール数 10
現在のバージョン 1.1.0
最終更新日 2021-02-16
公開日 2021-01-11
評価 5.00/5 合計 1 レビュー
開発者 emrekiiran
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://panel.efabotservices.com/
対応言語 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"
        ]
    }
}