DPlay Inventory

DPlay Inventory

DPlay Inventoryคืออะไร?

DPlay Inventory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DPlay Company และคุณลักษณะหลักของมันคือ "DPlay Inventory"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DPlay Inventory

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}