Gamelabs Extension for Crypto Unicorns
An extension that helps playing Crypto Unicorns blockchain game No more need to dive into lots of pages in the search of the…
Gamelabs Extension for Crypto Unicornsとは何ですか?
Gamelabs Extension for Crypto UnicornsはGamelabsによって開発されたChromeの拡張機能で、その主な機能は「An extension that helps playing Crypto Unicorns blockchain game No more need to dive into lots of pages in the search of the…」です。
拡張機能のスクリーンショット
Gamelabs Extension for Crypto Unicorns拡張機能のCRXファイルをダウンロード
Gamelabs Extension for Crypto Unicorns拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that helps playing Crypto Unicorns blockchain game No more need to dive into lots of pages in the search of the perfect unicorn or land. Mouse over any asset in the Opensea list and get its details within few secs! Our plugin provides users with all the details of Crypto Unicorns NFT assets while browsing game's collections on the Opensea. The add-on show different metadata including traits, stats, breeding points, genes and status (locked/unlocked).
拡張機能の基本情報
名前 | Gamelabs Extension for Crypto Unicorns |
ID | eoanajibkfalbcnonkkapdophnfaedbi |
公式URL | https://chromewebstore.google.com/detail/gamelabs-extension-for-cr/eoanajibkfalbcnonkkapdophnfaedbi |
説明 | An extension that helps playing Crypto Unicorns blockchain game No more need to dive into lots of pages in the search of the… |
ファイルサイズ | 1014 KB |
インストール数 | 62 |
現在のバージョン | 0.2.0 |
最終更新日 | 2022-06-16 |
公開日 | 2022-05-26 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | Gamelabs |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://gamelabs.ai/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gamelabs Extension for Crypto Unicorns", "version": "0.2.0", "icons": { "16": "Logo16.png", "48": "Logo48.png", "128": "Logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "js": [ "third-party\/jquery-3.6.0.min.js", "src\/utils.js", "src\/index.js" ], "css": [ "styles\/style.css" ] } ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "src\/background.js" }, "web_accessible_resources": [ { "resources": [ "media\/Accuracy.png", "media\/Attack.png", "media\/AttackSpeed.png", "media\/Defense.png", "media\/Endurance.png", "media\/Intelligence.png", "media\/Magic.png", "media\/Power.png", "media\/MoveSpeed.png", "media\/Resistance.png", "media\/Speed.png", "media\/Vitality.png", "media\/Crystal.png", "media\/Rainbow.png", "media\/Cloud.png", "media\/Flower.png", "media\/Star.png", "media\/Heart.png", "media\/Candy.png", "media\/Moon.png", "media\/Omnom.png", "media\/Crystal.png", "media\/Crystal.png", "media\/Locked.svg", "media\/Unlocked.svg" ], "matches": [ "https:\/\/opensea.io\/*" ] } ], "permissions": [ "management" ] } |