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