Azarus
Azarus turns every livestream into a game! Play along and win rewards while watching.
什麼是Azarus?
Azarus是由Azarus Inc.開發的Chrome擴展程式,該擴展的主要功能是“Azarus turns every livestream into a game! Play along and win rewards while watching.”。
擴展截圖
下載Azarus擴展crx文件
下載Azarus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |