Diablo Clone Tracker

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

O que é Diablo Clone Tracker?

Diablo Clone Tracker é uma extensão do Chrome desenvolvida por Stephan Schielke, e sua principal característica é "Tracker with notification system for the Diablo Clone events in D2R.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Diablo Clone Tracker

Baixe arquivos de extensão Diablo Clone Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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"                    

Informações Básicas da Extensão

Nome Diablo Clone Tracker Diablo Clone Tracker
ID mfjeadanndcldhgglfppiphmmjbklohf
URL Oficial https://chromewebstore.google.com/detail/diablo-clone-tracker/mfjeadanndcldhgglfppiphmmjbklohf
Descrição Tracker with notification system for the Diablo Clone events in D2R.
Tamanho do Arquivo 672 KB
Contagem de Instalações 70
Versão Atual 0.0.1
Última Atualização 2022-11-30
Data de Publicação 2022-11-30
Desenvolvedor Stephan Schielke
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://diablo2.io/dclonetracker.php
URL da Página de Ajuda https://github.com/stephanschielke/DClone-tracker/issues
Idiomas Suportados 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"
    ]
}