Azarus

Azarus turns every livestream into a game! Play along and win rewards while watching.

Что такое Azarus?

Azarus - это расширение Chrome, разработанное Azarus Inc., и его основная функция - "Azarus turns every livestream into a game! Play along and win rewards while watching.".

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

screenshot
screenshot
screenshot
screenshot

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

Скачайте файлы расширений Azarus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Azarus uses overlay technology to turn livestreams into playgrounds, inviting viewers to play games alongside streamers and win awesome prizes.

With more than 35k prizes available, the Azarus Store offers a wide selection of items for you to choose from: video games, gift cards, subscriptions and more!                    

Основная информация о расширении

Название Azarus Azarus
ID hdchgjcjgijeoaecnhncijkipkpmjcih
Официальный URL https://chromewebstore.google.com/detail/azarus/hdchgjcjgijeoaecnhncijkipkpmjcih
Описание Azarus turns every livestream into a game! Play along and win rewards while watching.
Размер файла 556 KB
Количество установок 2,071
Текущая Версия 1.4.1
Последнее Обновление 2023-03-22
Дата публикации 2022-08-23
Рейтинг 4.70/5 Всего 10 оценок
Разработчик Azarus Inc.
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://azarus.io
URL страницы помощи https://discord.gg/tYBnxyHrDt
URL страницы политики конфиденциальности https://docs.azarus.io/terms-and-policies/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Azarus",
    "description": "Azarus turns every livestream into a game! Play along and win rewards while watching.",
    "author": "Azarus, Inc.",
    "version": "1.4.1",
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png"
    },
    "action": {
        "default_title": "Azarus",
        "default_popup": ".\/popup\/index.html",
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "24": ".\/icons\/icon-24.png",
            "32": ".\/icons\/icon-32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.azarus.io\/*"
            ],
            "run_at": "document_start",
            "js": [
                ".\/content-scripts\/azarus-installation-notifier.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.azarus.io\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                ".\/content-scripts\/azarus-communicator.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                ".\/content-scripts\/twitch.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}