SGN

Solarity

什么是SGN?

SGN是由thomasmetah开发的Chrome扩展程序,该扩展的主要功能是“Solarity”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载SGN扩展crx文件

下载SGN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 SGN SGN
ID olmkofkehgfecicmijdhohcgglpnbnnh
官方URL https://chromewebstore.google.com/detail/sgn/olmkofkehgfecicmijdhohcgglpnbnnh
简介 Solarity
文件大小 11.75 MB
安装次数 38
当前版本 1.1.1
更新时间 2022-08-30
上架时间 2022-06-24
评分 5.00/5 共9次评分
开发者 thomasmetah
电子邮箱 [email protected]
付费类型 free
扩展官网 https://solarity.xyz
支持的语言 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;"
    }
}