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 |
官方網址 | 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" ] } } |