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
公式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
Eメール [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"
    ]
}