PoE Bulk Trade - Buy All
Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item.
ما هو PoE Bulk Trade - Buy All؟
PoE Bulk Trade - Buy All هو إضافة Chrome تم تطويرها بواسطة WatchRaccoonGaming، والميزة الرئيسية لها هي "Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PoE Bulk Trade - Buy All
قم بتنزيل ملفات الامتداد PoE Bulk Trade - Buy All بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item. If the currency you are buying with is chaos or less then offer will be rounded up to next unit. If trading in exalts, the value will be rounded down to the nearest exalt. Mirror purchases are not supported.
معلومات أساسية عن التمديد
الاسم | PoE Bulk Trade - Buy All |
ID | bafffofgkhnjkbhlbbofconbfecknejm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm |
الوصف | Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item. |
حجم الملف | 351 KB |
عدد التثبيتات | 1,212 |
النسخة الحالية | 0.2 |
آخر تحديث | 2020-08-27 |
تاريخ النشر | 2020-08-03 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | WatchRaccoonGaming |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/rtanase2/poe-bulk-buy-extension |
عنوان صفحة المساعدة | https://github.com/rtanase2/poe-bulk-buy-extension/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PoE Bulk Trade - Buy All", "version": "0.2", "description": "Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item.", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.pathofexile.com\/trade\/*" ], "js": [ "addButton.js" ], "css": [ "addButton.css" ] } ], "icons": { "16": "images\/icon_18.png", "32": "images\/icon_36.png", "48": "images\/icon_72.png", "128": "images\/icon_128.png" }, "manifest_version": 2 } |