ChronoDAO - Open Loot

Giving super power to Open Loot

¿Qué es ChronoDAO - Open Loot?

ChronoDAO - Open Loot es una extensión de Chrome desarrollada por chronodao.gg, y su función principal es "Giving super power to Open Loot".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ChronoDAO - Open Loot

Descarga archivos de extensión ChronoDAO - Open Loot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ChronoDAO - Open Loot ChronoDAO - Open Loot
ID iidkjnjlfnomgeadophdoelegcdahfba
URL Oficial https://chromewebstore.google.com/detail/chronodao-open-loot/iidkjnjlfnomgeadophdoelegcdahfba
Descripción Giving super power to Open Loot
Tamaño del Archivo 732 KB
Cantidad de Instalaciones 32
Versión Actual 1.0.0
Última Actualización 2023-02-19
Fecha de Publicación 2023-02-18
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador chronodao.gg
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/*"
    ]
}