Diablo Clone Tracker
Tracker with notification system for the Diablo Clone events in D2R.
Diablo Clone Tracker là gì?
Diablo Clone Tracker là một tiện ích mở rộng Chrome được phát triển bởi Stephan Schielke, và tính năng chính của nó là "Tracker with notification system for the Diablo Clone events in D2R.".
Ả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 Diablo Clone Tracker
Tải xuống các tệp mở rộng Diablo Clone Tracker 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
A tracker with notification system for the Diablo Clone events in D2R. Features include: - Overview of all regions and play-modes - Subscribe to specific regions and play-modes - Configuration of an alert threshold to only get notified if progress is at x/6 - Chrome notification while your browser is open - Sound notification for alerts - Warning of stale progress data with link to the progress reporter - Listen to d2jsp.org and get notified if people are talking about "dclone"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Diablo Clone Tracker |
ID | mfjeadanndcldhgglfppiphmmjbklohf |
URL Chính Thức | https://chromewebstore.google.com/detail/diablo-clone-tracker/mfjeadanndcldhgglfppiphmmjbklohf |
Mô tả | Tracker with notification system for the Diablo Clone events in D2R. |
Kích Thước Tệp | 672 KB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2022-11-30 |
Ngày Phát Hành | 2022-11-30 |
Nhà Phát Triển | Stephan Schielke |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://diablo2.io/dclonetracker.php |
URL Trang Trợ Giúp | https://github.com/stephanschielke/DClone-tracker/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Diablo Clone Tracker", "version": "0.0.1", "action": { "default_title": "Open the diablo clone tracker", "default_popup": "popup.html", "default_icon": { "16": "\/images\/bluecharm_graphic.png", "32": "\/images\/bluecharm_graphic.png", "48": "\/images\/bluecharm_graphic.png", "128": "\/images\/bluecharm_graphic.png" } }, "description": "Tracker with notification system for the Diablo Clone events in D2R.", "icons": { "16": "\/images\/bluecharm_graphic.png", "32": "\/images\/bluecharm_graphic.png", "48": "\/images\/bluecharm_graphic.png", "128": "\/images\/bluecharm_graphic.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "notifications" ], "host_permissions": [ "https:\/\/diablo2.io\/dclone_api.php*", "https:\/\/forums.d2jsp.org\/forum.php?f=271&t=5" ] } |