EFA Bot Services
Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.
EFA Bot Services क्या है?
EFA Bot Services emrekiiran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EFA Bot Services एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } } |