DPlay Inventory
DPlay Inventory
DPlay Inventoryとは何ですか?
DPlay InventoryはDPlay Companyによって開発されたChromeの拡張機能で、その主な機能は「DPlay Inventory」です。
拡張機能のスクリーンショット
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] 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
]
} | |