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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    ]
}