DPlay Inventory
DPlay Inventory
DPlay Inventory क्या है?
DPlay Inventory DPlay Company द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DPlay Inventory"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DPlay Inventory एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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 } ] } |