DPlay Inventory

DPlay Inventory

什么是DPlay Inventory?

DPlay Inventory是由DPlay Company开发的Chrome扩展程序,该扩展的主要功能是“DPlay Inventory”。

扩展截图

screenshot

下载DPlay Inventory扩展crx文件

下载DPlay Inventory扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        DPlay Inventory is an application managing the games, their items and assets purchased in DPlay. It is required to play the web games integrated with DPlay.

[Features]
• You can manage the games you bought in DPlay Store.
• You can manage the items in-game purchased in the games integrated with DPlay.
• You can manage DPlay Coin, which is the currency used in DPlay, d and Ether.
• You can change your guild’s name and your introduction.
• You can create or edit your guild.

Source code: https://github.com/DPlayGames/DPlayInventory
Inquiry: [email protected]                    

扩展基本信息

名称 DPlay Inventory DPlay Inventory
ID pfniidaegjlmhanjmilfjlcmfdeoigmf
官方URL https://chromewebstore.google.com/detail/dplay-inventory/pfniidaegjlmhanjmilfjlcmfdeoigmf
简介 DPlay Inventory
文件大小 10.21 MB
安装次数 71
当前版本 1.3
更新时间 2019-10-15
上架时间 2019-10-15
开发者 DPlay Company
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DPlay Inventory",
    "version": "1.3",
    "description": "DPlay Inventory",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "BACKGROUND.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "CONTENT.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}