Azarus

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

Qu'est-ce que Azarus ?

Azarus est une extension Chrome développée par Azarus Inc., et sa fonction principale est "Azarus turns every livestream into a game! Play along and win rewards while watching.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Azarus

Téléchargez les fichiers d'extension Azarus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Azarus Azarus
ID hdchgjcjgijeoaecnhncijkipkpmjcih
URL Officiel https://chromewebstore.google.com/detail/azarus/hdchgjcjgijeoaecnhncijkipkpmjcih
Description Azarus turns every livestream into a game! Play along and win rewards while watching.
Taille du Fichier 556 KB
Nombre d'Installations 2,071
Version Actuelle 1.4.1
Dernière Mise à Jour 2023-03-22
Date de Publication 2022-08-23
Évaluation 4.70/5 Total 10 Évaluations
Développeur Azarus Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://azarus.io
URL de la Page d'Aide https://discord.gg/tYBnxyHrDt
URL de la Page de Politique de Confidentialité https://docs.azarus.io/terms-and-policies/privacy-policy
Langues Prises en Charge 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"
    ]
}