SGN

Solarity

SGN क्या है?

SGN thomasmetah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Solarity"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SGN एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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;"
    }
}