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

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clarity, A DIM Companion Clarity, A DIM Companion
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\/*"
            ]
        }
    ]
}