Diablo Clone Tracker

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

什麼是Diablo Clone Tracker?

Diablo Clone Tracker是由Stephan Schielke開發的Chrome擴展程式,該擴展的主要功能是“Tracker with notification system for the Diablo Clone events in D2R.”。

擴展截圖

screenshot
screenshot

下載Diablo Clone Tracker擴展crx文件

下載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 Diablo Clone Tracker
ID mfjeadanndcldhgglfppiphmmjbklohf
官方網址 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"
    ]
}