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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Azarus
قم بتنزيل ملفات الامتداد Azarus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://discord.gg/tYBnxyHrDt |
عنوان صفحة سياسة الخصوصية | 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" ] } |