Runify

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

Runify là gì?

Runify là một tiện ích mở rộng Chrome được phát triển bởi mattshu67, và tính năng chính của nó là "Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Runify

Tải xuống các tệp mở rộng Runify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Runify Runify
ID dhbmdidcnmfbgdmpjadklimeoepgflfm
URL Chính Thức https://chromewebstore.google.com/detail/runify/dhbmdidcnmfbgdmpjadklimeoepgflfm
Mô tả Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra.
Kích Thước Tệp 610 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-06-25
Ngày Phát Hành 2020-06-24
Nhà Phát Triển mattshu67
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}