SGN

Solarity

SGN là gì?

SGN là một tiện ích mở rộng Chrome được phát triển bởi thomasmetah, và tính năng chính của nó là "Solarity".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SGN

Tải xuống các tệp mở rộng SGN 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

                        Bring any metaverse wherever you go, and add the web3 layer to your web2 application!

- Add the extension and log in
- Set your favorite games and communities
- Start playing and socialize with your friends with a click!
- Join from mobile, PC, Twitter, VR or any website!

Visit our website https://solarity-frontend.vercel.app/, create a profile and get tokens!                    

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

Tên SGN SGN
ID olmkofkehgfecicmijdhohcgglpnbnnh
URL Chính Thức https://chromewebstore.google.com/detail/sgn/olmkofkehgfecicmijdhohcgglpnbnnh
Mô tả Solarity
Kích Thước Tệp 11.75 MB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-08-30
Ngày Phát Hành 2022-06-24
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển thomasmetah
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://solarity.xyz
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Solarity",
    "version": "1.1.1",
    "manifest_version": 3,
    "name": "SGN",
    "background": {
        "service_worker": "\/static\/js\/background.bundle.js"
    },
    "action": {
        "default_popup": "\/static\/js\/popup.html"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "\/static\/js\/contentScript.bundle.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/css\/*",
                "\/static\/fonts\/Outfit.woff2",
                "\/static\/img\/*",
                "logo.png",
                "\/modules\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts;"
    }
}