Armoury Exchange
Visit the Armoury Exchange online
Armoury Exchangeとは何ですか?
Armoury Exchangeはraindishによって開発されたChromeの拡張機能で、その主な機能は「Visit the Armoury Exchange online」です。
拡張機能のスクリーンショット
Armoury Exchange拡張機能のCRXファイルをダウンロード
Armoury Exchange拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View the items for sale to your characters in the Armoury Exchange without needing to boot the game and sit through all the loading screens Visit https://accounts.atoma.cloud to view your store. Version 1.6 adds: - Fixes rendering for new weapons Version 1.5 adds: - Filtering by specific stats Version 1.4 adds: - A new graphical filtering UI - Styling improvements (better on mobile screens) - Remembers the last selected character - More bug fixes Version 1.3 adds: - Melks Store - Advanced filtering - General bug fixes
拡張機能の基本情報
名前 | Armoury Exchange |
ID | hcjihmkcnjkfkaeebhnpjcnnibpoolgc |
公式URL | https://chromewebstore.google.com/detail/armoury-exchange/hcjihmkcnjkfkaeebhnpjcnnibpoolgc |
説明 | Visit the Armoury Exchange online |
ファイルサイズ | 609 KB |
インストール数 | 10,000 |
現在のバージョン | 1.6.8 |
最終更新日 | 2023-12-11 |
公開日 | 2022-12-30 |
評価 | 4.92/5 合計 72 レビュー |
開発者 | raindish |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ko-fi.com/raindish |
プライバシーポリシーページのURL | https://raindi.sh/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Armoury Exchange", "description": "Visit the Armoury Exchange online", "version": "1.6.8", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "bundle.js" ], "css": [ "bundle.css" ], "matches": [ "https:\/\/accounts.atoma.cloud\/*" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_title": "Armoury Exchange" }, "background": { "service_worker": "background.js" } } |