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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension expands upon the capabilities of Destiny Item Manager (DIM) by providing new features and better descriptions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Clarity, A DIM Companion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/                    

확장 프로그램 기본 정보

이름 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\/*"
            ]
        }
    ]
}