Runify

Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra.

什么是Runify?

Runify是由mattshu67开发的Chrome扩展程序,该扩展的主要功能是“Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra.”。

扩展截图

screenshot
screenshot

下载Runify扩展crx文件

下载Runify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        For players using Diablo 2: Lord of Destruction's mod Path of Diablo, this nifty extension can (while on your character's inventory via the PoD website) list all of your runes and sums up any value you have on hand. Prices can be adjusted as the market changes. It also has a tool that shows you what happens if you upgrade all your runes up. Useful for mules that have over a hundred mid runes, because it's satisfying to see what compiling all runes ends up giving you.                    

扩展基本信息

名称 Runify Runify
ID dhbmdidcnmfbgdmpjadklimeoepgflfm
官方URL https://chromewebstore.google.com/detail/runify/dhbmdidcnmfbgdmpjadklimeoepgflfm
简介 Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra.
文件大小 610 KB
安装次数 20
当前版本 0.0.2
更新时间 2020-06-25
上架时间 2020-06-24
开发者 mattshu67
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Runify",
    "description": "Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra.",
    "version": "0.0.2",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "512": "images\/icon_512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/beta.pathofdiablo.com\/my-toons"
            ],
            "run_at": "document_idle",
            "js": [
                "src\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon_512.png",
        "default_popup": "main.html",
        "default_title": "Runify"
    }
}