EFA Bot Services
Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.
O que é EFA Bot Services?
EFA Bot Services é uma extensão do Chrome desenvolvida por emrekiiran, e sua principal característica é "Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão EFA Bot Services
Baixe arquivos de extensão EFA Bot Services no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | abnpbgnljlddelheohfppknfbjheamog |
URL Oficial | https://chromewebstore.google.com/detail/efa-bot-services/abnpbgnljlddelheohfppknfbjheamog |
Descrição | Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz. |
Tamanho do Arquivo | 30.14 KB |
Contagem de Instalações | 10 |
Versão Atual | 1.1.0 |
Última Atualização | 2021-02-16 |
Data de Publicação | 2021-01-11 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | emrekiiran |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://panel.efabotservices.com/ |
Idiomas Suportados | 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" ] } } |