Armoury Exchange

Visit the Armoury Exchange online

Что такое Armoury Exchange?

Armoury Exchange - это расширение Chrome, разработанное raindish, и его основная функция - "Visit the Armoury Exchange online".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Armoury Exchange

Скачайте файлы расширений 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 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"
    }
}