EFA Bot Services
Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.
Co to jest EFA Bot Services?
EFA Bot Services to rozszerzenie Chrome opracowane przez emrekiiran, a jego główną funkcją jest „Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EFA Bot Services
Pobierz pliki rozszerzeń EFA Bot Services w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | abnpbgnljlddelheohfppknfbjheamog |
Oficjalny URL | https://chromewebstore.google.com/detail/efa-bot-services/abnpbgnljlddelheohfppknfbjheamog |
Opis | Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz. |
Rozmiar pliku | 30.14 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2021-02-16 |
Data Publikacji | 2021-01-11 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | emrekiiran |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://panel.efabotservices.com/ |
Obsługiwane Języki | 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" ] } } |