Azarus

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

Azarusとは何ですか?

AzarusはAzarus Inc.によって開発されたChromeの拡張機能で、その主な機能は「Azarus turns every livestream into a game! Play along and win rewards while watching.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Azarus拡張機能のCRXファイルをダウンロード

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.
Eメール [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"
    ]
}