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 là gì?
Clarity, A DIM Companion là một tiện ích mở rộng Chrome được phát triển bởi http://d2clarity.com, và tính năng chính của nó là "This extension expands upon the capabilities of Destiny Item Manager (DIM) by providing new features and better descriptions.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Clarity, A DIM Companion
Tải xuống các tệp mở rộng Clarity, A DIM Companion 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
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mbhfgfjjllobldiodabdmaoimehdkdjc |
URL Chính Thức | https://chrome.google.com/webstore/detail/clarity-a-dim-companion/mbhfgfjjllobldiodabdmaoimehdkdjc |
Mô tả | This extension expands upon the capabilities of Destiny Item Manager (DIM) by providing new features and better descriptions. |
Kích Thước Tệp | 122 KB |
Số Lần Cài Đặt | 5,150 |
Phiên Bản Hiện Tại | 1.6.36 |
Cập Nhật Lần Cuối | 2023-07-20 |
Ngày Phát Hành | 2021-04-26 |
Đánh Giá | 4.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | http://d2clarity.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://d2clarity.com |
URL Trang Trợ Giúp | https://url.d2clarity.com/discord |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |