Armoury Exchange

Visit the Armoury Exchange online

Armoury Exchange là gì?

Armoury Exchange là một tiện ích mở rộng Chrome được phát triển bởi raindish, và tính năng chính của nó là "Visit the Armoury Exchange online".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Armoury Exchange

Tải xuống các tệp mở rộng Armoury Exchange dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Armoury Exchange Armoury Exchange
ID hcjihmkcnjkfkaeebhnpjcnnibpoolgc
URL Chính Thức https://chromewebstore.google.com/detail/armoury-exchange/hcjihmkcnjkfkaeebhnpjcnnibpoolgc
Mô tả Visit the Armoury Exchange online
Kích Thước Tệp 609 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.6.8
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2022-12-30
Đánh Giá 4.92/5 Tổng số 72 Đánh Giá
Nhà Phát Triển raindish
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ko-fi.com/raindish
URL Trang Chính Sách Bảo Mật https://raindi.sh/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}