SGN

Solarity

Was ist SGN?

SGN ist eine Chrome-Erweiterung, die von thomasmetah entwickelt wurde, und ihr Hauptmerkmal ist "Solarity".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SGN-Erweiterungs-CRX-Datei herunterladen

Laden Sie SGN-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name SGN SGN
ID olmkofkehgfecicmijdhohcgglpnbnnh
Offizielle URL https://chromewebstore.google.com/detail/sgn/olmkofkehgfecicmijdhohcgglpnbnnh
Beschreibung Solarity
Dateigröße 11.75 MB
Installationsanzahl 38
Aktuelle Version 1.1.1
Letztes Update 2022-08-30
Veröffentlichungsdatum 2022-06-24
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler thomasmetah
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://solarity.xyz
Unterstützte Sprachen 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;"
    }
}