Diablo Clone Tracker
Tracker with notification system for the Diablo Clone events in D2R.
Diablo Clone Tracker क्या है?
Diablo Clone Tracker Stephan Schielke द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tracker with notification system for the Diablo Clone events in D2R."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Diablo Clone Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |