Diablo Clone Tracker

Tracker with notification system for the Diablo Clone events in D2R.

Co je Diablo Clone Tracker?

Diablo Clone Tracker je rozšíření Chrome vyvinuté Stephan Schielke, a jeho hlavní funkcí je „Tracker with notification system for the Diablo Clone events in D2R.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Diablo Clone Tracker

Stáhněte si soubory rozšíření Diablo Clone Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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"                    

Základní Informace o Rozšíření

Název Diablo Clone Tracker Diablo Clone Tracker
ID mfjeadanndcldhgglfppiphmmjbklohf
Oficiální URL https://chromewebstore.google.com/detail/diablo-clone-tracker/mfjeadanndcldhgglfppiphmmjbklohf
Popis Tracker with notification system for the Diablo Clone events in D2R.
Velikost souboru 672 KB
Počet instalací 70
Aktuální Verze 0.0.1
Poslední Aktualizace 2022-11-30
Datum Vydání 2022-11-30
Vývojář Stephan Schielke
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://diablo2.io/dclonetracker.php
URL Stránky Nápovědy https://github.com/stephanschielke/DClone-tracker/issues
Podporované Jazyky 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"
    ]
}