ChronoDAO - Open Loot
Giving super power to Open Loot
ChronoDAO - Open Lootとは何ですか?
ChronoDAO - Open Lootはchronodao.ggによって開発されたChromeの拡張機能で、その主な機能は「Giving super power to Open Loot」です。
拡張機能のスクリーンショット
ChronoDAO - Open Loot拡張機能のCRXファイルをダウンロード
ChronoDAO - Open Loot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | ChronoDAO - Open Loot |
ID | iidkjnjlfnomgeadophdoelegcdahfba |
公式URL | https://chromewebstore.google.com/detail/chronodao-open-loot/iidkjnjlfnomgeadophdoelegcdahfba |
説明 | Giving super power to Open Loot |
ファイルサイズ | 732 KB |
インストール数 | 32 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-02-19 |
公開日 | 2023-02-18 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | chronodao.gg |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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:\/\/*\/*" ] } |