Azarus
Azarus turns every livestream into a game! Play along and win rewards while watching.
Azarus là gì?
Azarus là một tiện ích mở rộng Chrome được phát triển bởi Azarus Inc., và tính năng chính của nó là "Azarus turns every livestream into a game! Play along and win rewards while watching.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Azarus
Tải xuống các tệp mở rộng Azarus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Azarus |
ID | hdchgjcjgijeoaecnhncijkipkpmjcih |
URL Chính Thức | https://chromewebstore.google.com/detail/azarus/hdchgjcjgijeoaecnhncijkipkpmjcih |
Mô tả | Azarus turns every livestream into a game! Play along and win rewards while watching. |
Kích Thước Tệp | 556 KB |
Số Lần Cài Đặt | 2,071 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2023-03-22 |
Ngày Phát Hành | 2022-08-23 |
Đánh Giá | 4.70/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Azarus Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://azarus.io |
URL Trang Trợ Giúp | https://discord.gg/tYBnxyHrDt |
URL Trang Chính Sách Bảo Mật | https://docs.azarus.io/terms-and-policies/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |