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
        }
    ]
}