Azarus
Azarus turns every livestream into a game! Play along and win rewards while watching.
Azarus क्या है?
Azarus Azarus Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Azarus turns every livestream into a game! Play along and win rewards while watching."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Azarus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |