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 là gì?

Gamelabs Extension for Crypto Unicorns là một tiện ích mở rộng Chrome được phát triển bởi Gamelabs, và tính năng chính của nó là "An extension that helps playing Crypto Unicorns blockchain game No more need to dive into lots of pages in the search of the…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gamelabs Extension for Crypto Unicorns

Tải xuống các tệp mở rộng Gamelabs Extension for Crypto Unicorns dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gamelabs Extension for Crypto Unicorns Gamelabs Extension for Crypto Unicorns
ID eoanajibkfalbcnonkkapdophnfaedbi
URL Chính Thức https://chromewebstore.google.com/detail/gamelabs-extension-for-cr/eoanajibkfalbcnonkkapdophnfaedbi
Mô tả An extension that helps playing Crypto Unicorns blockchain game No more need to dive into lots of pages in the search of the…
Kích Thước Tệp 1014 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2022-06-16
Ngày Phát Hành 2022-05-26
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Gamelabs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gamelabs.ai/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}