Runify
Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra.
Τι είναι το Runify;
Το Runify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mattshu67, και η κύρια λειτουργία του είναι "Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Runify
Λήψη αρχείων επέκτασης 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } } |