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 http://d2clarity.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension expands upon the capabilities of Destiny Item Manager (DIM) by providing new features and better descriptions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clarity, A DIM Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } ] } |