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.”。
扩展截图
下载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
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" ] } } |