Clarity, A DIM Companion
This extension expands upon the capabilities of Destiny Item Manager (DIM) by providing new features and better descriptions.
Τι είναι το Clarity, A DIM Companion;
Το Clarity, A DIM Companion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://d2clarity.com, και η κύρια λειτουργία του είναι "This extension expands upon the capabilities of Destiny Item Manager (DIM) by providing new features and better descriptions.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Clarity, A DIM Companion
Λήψη αρχείων επέκτασης Clarity, A DIM Companion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Clarity is currently a discontinued extension that will be removed from the Chrome Web Store once Destiny Item Manager's themes feature is out of the beta stage. For more information, join our Discord server at https://url.d2clarity.com/discord Be sure to check out our website as well for other useful information at https://www.d2clarity.com/
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mbhfgfjjllobldiodabdmaoimehdkdjc |
Επίσημο URL | https://chrome.google.com/webstore/detail/clarity-a-dim-companion/mbhfgfjjllobldiodabdmaoimehdkdjc |
Περιγραφή | This extension expands upon the capabilities of Destiny Item Manager (DIM) by providing new features and better descriptions. |
Μέγεθος Αρχείου | 122 KB |
Αριθμός Εγκαταστάσεων | 5,150 |
Τρέχουσα Έκδοση | 1.6.36 |
Τελευταία Ενημέρωση | 2023-07-20 |
Ημερομηνία Δημοσίευσης | 2021-04-26 |
Αξιολόγηση | 4.75/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | http://d2clarity.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://d2clarity.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://url.d2clarity.com/discord |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clarity, A DIM Companion", "version": "1.6.36", "author": "Icemourne", "description": "This extension expands upon the capabilities of Destiny Item Manager (DIM) by providing new features and better descriptions.", "homepage_url": "https:\/\/github.com\/Ice-mourne\/DIM_Better_name_pending", "icons": { "128": "images\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.destinyitemmanager.com\/*", "https:\/\/beta.destinyitemmanager.com\/*" ], "js": [ "tools\/storage.js", "tools\/random.js", "tools\/random_data.js", "main_data_handling\/find_classNames.js", "main_data_handling\/flow_handler.js", "main_data_handling\/auth.js", "main_data_handling\/handle_data.js", "clarity_menu.js", "adding_data\/armor\/description.js", "adding_data\/weapon\/stats.js", "adding_data\/weapon\/description.js", "adding_data\/weapon\/numbers.js" ], "css": [ "styles\/css\/clarity_menu.css", "styles\/css\/auth.css", "styles\/css\/descriptions.css", "styles\/css\/weapon_perks.css", "styles\/css\/weapons.css", "styles\/css\/armor.css" ] } ], "web_accessible_resources": [ { "resources": [ "\/images\/*" ], "matches": [ "https:\/\/app.destinyitemmanager.com\/*", "https:\/\/beta.destinyitemmanager.com\/*" ] } ] } |