Diablo Clone Tracker
Tracker with notification system for the Diablo Clone events in D2R.
Τι είναι το Diablo Clone Tracker;
Το Diablo Clone Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Stephan Schielke, και η κύρια λειτουργία του είναι "Tracker with notification system for the Diablo Clone events in D2R.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Diablo Clone Tracker
Λήψη αρχείων επέκτασης Diablo Clone Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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"
Βασικές Πληροφορίες Επέκτασης
Όνομα | Diablo Clone Tracker |
ID | mfjeadanndcldhgglfppiphmmjbklohf |
Επίσημο URL | https://chromewebstore.google.com/detail/diablo-clone-tracker/mfjeadanndcldhgglfppiphmmjbklohf |
Περιγραφή | Tracker with notification system for the Diablo Clone events in D2R. |
Μέγεθος Αρχείου | 672 KB |
Αριθμός Εγκαταστάσεων | 70 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2022-11-30 |
Ημερομηνία Δημοσίευσης | 2022-11-30 |
Προγραμματιστής | Stephan Schielke |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://diablo2.io/dclonetracker.php |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/stephanschielke/DClone-tracker/issues |
Υποστηριζόμενες Γλώσσες | 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" ] } |