Diablo Clone Tracker
Tracker with notification system for the Diablo Clone events in D2R.
What is Diablo Clone Tracker?
Diablo Clone Tracker is a Chrome extension developed by Stephan Schielke, and its main feature is "Tracker with notification system for the Diablo Clone events in D2R.".
Extension Screenshots
Download Diablo Clone Tracker Extension CRX File
Download Diablo Clone Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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"
Extension Basic Information
Name | Diablo Clone Tracker |
ID | mfjeadanndcldhgglfppiphmmjbklohf |
Official URL | https://chromewebstore.google.com/detail/diablo-clone-tracker/mfjeadanndcldhgglfppiphmmjbklohf |
Description | Tracker with notification system for the Diablo Clone events in D2R. |
File Size | 672 KB |
Installation Count | 70 |
Current Version | 0.0.1 |
Last Updated | 2022-11-30 |
Publish Date | 2022-11-30 |
Developer | Stephan Schielke |
[email protected] | |
Payment Type | free |
Extension Website | https://diablo2.io/dclonetracker.php |
Help Page URL | https://github.com/stephanschielke/DClone-tracker/issues |
Supported Languages | 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" ] } |