Armoury Exchange

Visit the Armoury Exchange online

Armoury Exchange란 무엇입니까?

Armoury Exchange은(는) raindish에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visit the Armoury Exchange online"입니다.

확장 프로그램 스크린샷

screenshot

Armoury Exchange 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
    }
}