ChronoDAO - Open Loot
Giving super power to Open Loot
What is ChronoDAO - Open Loot?
ChronoDAO - Open Loot is a Chrome extension developed by chronodao.gg, and its main feature is "Giving super power to Open Loot".
Extension Screenshots
Download ChronoDAO - Open Loot Extension CRX File
Download ChronoDAO - Open Loot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ChronoDAO - Open Loot |
ID | iidkjnjlfnomgeadophdoelegcdahfba |
Official URL | https://chromewebstore.google.com/detail/chronodao-open-loot/iidkjnjlfnomgeadophdoelegcdahfba |
Description | Giving super power to Open Loot |
File Size | 732 KB |
Installation Count | 32 |
Current Version | 1.0.0 |
Last Updated | 2023-02-19 |
Publish Date | 2023-02-18 |
Rating | 5.00/5 Total 8 Ratings |
Developer | chronodao.gg |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |