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はWatchRaccoonGamingによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
PoE Bulk Trade - Buy All拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/rtanase2/poe-bulk-buy-extension |
ヘルプページのURL | 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 } |