Runify

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

Runify क्या है?

Runify mattshu67 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Runify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}