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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |