Azarus

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

Co je Azarus?

Azarus je rozšíření Chrome vyvinuté Azarus Inc., a jeho hlavní funkcí je „Azarus turns every livestream into a game! Play along and win rewards while watching.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Azarus

Stáhněte si soubory rozšíření Azarus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Azarus Azarus
ID hdchgjcjgijeoaecnhncijkipkpmjcih
Oficiální URL https://chromewebstore.google.com/detail/azarus/hdchgjcjgijeoaecnhncijkipkpmjcih
Popis Azarus turns every livestream into a game! Play along and win rewards while watching.
Velikost souboru 556 KB
Počet instalací 2,071
Aktuální Verze 1.4.1
Poslední Aktualizace 2023-03-22
Datum Vydání 2022-08-23
Hodnocení 4.70/5 Celkem 10 Hodnocení
Vývojář Azarus Inc.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://azarus.io
URL Stránky Nápovědy https://discord.gg/tYBnxyHrDt
URL Stránky Zásad Ochrany Soukromí https://docs.azarus.io/terms-and-policies/privacy-policy
Podporované Jazyky 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"
    ]
}