Diablo Clone Tracker

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

Qu'est-ce que Diablo Clone Tracker ?

Diablo Clone Tracker est une extension Chrome développée par Stephan Schielke, et sa fonction principale est "Tracker with notification system for the Diablo Clone events in D2R.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Diablo Clone Tracker

Téléchargez les fichiers d'extension Diablo Clone Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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"                    

Informations de Base sur l'Extension

Nom Diablo Clone Tracker Diablo Clone Tracker
ID mfjeadanndcldhgglfppiphmmjbklohf
URL Officiel https://chromewebstore.google.com/detail/diablo-clone-tracker/mfjeadanndcldhgglfppiphmmjbklohf
Description Tracker with notification system for the Diablo Clone events in D2R.
Taille du Fichier 672 KB
Nombre d'Installations 70
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-11-30
Date de Publication 2022-11-30
Développeur Stephan Schielke
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://diablo2.io/dclonetracker.php
URL de la Page d'Aide https://github.com/stephanschielke/DClone-tracker/issues
Langues Prises en Charge 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"
    ]
}