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ファイルをダウンロード

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
Eメール [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\/*"
            ]
        }
    ]
}