Azarus
Azarus turns every livestream into a game! Play along and win rewards while watching.
Wat is Azarus?
Azarus is een Chrome-extensie ontwikkeld door Azarus Inc., en de belangrijkste functie is "Azarus turns every livestream into a game! Play along and win rewards while watching.".
Extensie Screenshots
Download het CRX-bestand van de extensie Azarus
Download Azarus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Azarus |
ID | hdchgjcjgijeoaecnhncijkipkpmjcih |
Officiële URL | https://chromewebstore.google.com/detail/azarus/hdchgjcjgijeoaecnhncijkipkpmjcih |
Beschrijving | Azarus turns every livestream into a game! Play along and win rewards while watching. |
Bestandsgrootte | 556 KB |
Aantal Installaties | 2,071 |
Huidige Versie | 1.4.1 |
Laatst Bijgewerkt | 2023-03-22 |
Publicatiedatum | 2022-08-23 |
Beoordeling | 4.70/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Azarus Inc. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://azarus.io |
Help Pagina-URL | https://discord.gg/tYBnxyHrDt |
URL van de Privacybeleid Pagina | https://docs.azarus.io/terms-and-policies/privacy-policy |
Ondersteunde Talen | 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" ] } |