SGN

Solarity

O que é SGN?

SGN é uma extensão do Chrome desenvolvida por thomasmetah, e sua principal característica é "Solarity".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SGN

Baixe arquivos de extensão SGN no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome SGN SGN
ID olmkofkehgfecicmijdhohcgglpnbnnh
URL Oficial https://chromewebstore.google.com/detail/sgn/olmkofkehgfecicmijdhohcgglpnbnnh
Descrição Solarity
Tamanho do Arquivo 11.75 MB
Contagem de Instalações 38
Versão Atual 1.1.1
Última Atualização 2022-08-30
Data de Publicação 2022-06-24
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor thomasmetah
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://solarity.xyz
Idiomas Suportados 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;"
    }
}