ChronoDAO - Open Loot

Giving super power to Open Loot

Qu'est-ce que ChronoDAO - Open Loot ?

ChronoDAO - Open Loot est une extension Chrome développée par chronodao.gg, et sa fonction principale est "Giving super power to Open Loot".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ChronoDAO - Open Loot

Téléchargez les fichiers d'extension ChronoDAO - Open Loot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension allow you to get better understanding on your Open Loot collection, what you looted, what you bought, at which price. 

It also help you to search and filter over your collection.                    

Informations de Base sur l'Extension

Nom ChronoDAO - Open Loot ChronoDAO - Open Loot
ID iidkjnjlfnomgeadophdoelegcdahfba
URL Officiel https://chromewebstore.google.com/detail/chronodao-open-loot/iidkjnjlfnomgeadophdoelegcdahfba
Description Giving super power to Open Loot
Taille du Fichier 732 KB
Nombre d'Installations 32
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-02-19
Date de Publication 2023-02-18
Évaluation 5.00/5 Total 8 Évaluations
Développeur chronodao.gg
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.0",
    "author": "Zet",
    "name": "ChronoDAO - Open Loot",
    "description": "Giving super power to Open Loot",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/openloot.com\/*"
            ],
            "js": [
                "menu.643e1abb.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/openloot.com\/load-data"
            ],
            "js": [
                "loaddata.205e96cf.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/openloot.com\/my-stats"
            ],
            "js": [
                "myStats.d8e4cf72.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/openloot.com\/collection\/*"
            ],
            "js": [
                "sell.beffecd9.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/openloot.com\/mc"
            ],
            "js": [
                "mc.72f44559.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/openloot.com\/dashboard"
            ],
            "js": [
                "dashboard.b616892e.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/openloot.com\/*"
            ],
            "js": [
                "creatorCode.3c8c1059.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}