SGM+

Extra features for SGM Community Forum (www.seriousgmod.com)

Cos'è SGM+?

SGM+ è un'estensione di Chrome sviluppata da Chai, e la sua funzione principale è "Extra features for SGM Community Forum (www.seriousgmod.com)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SGM+

Scarica i file di estensione SGM+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Features:
* Steam badges on profiles & threads showing Steam status information.
* Auto-updated new posts widget on the dedicated shoutbox page
* Adjust the height of the shoutbox on the home page.
* Shoutbox input text more legible.
* Preview your shoutbox color before applying it.
* Fix for shoutbox scroll issue.

==
Extension is open source and open to contributions.

https://github.com/nubpro/SGM-Chrome-Extension
https://github.com/zikeji/SGM-Chrome-Extension-Steam-API-Backend

==
Active thread on community forum.

https://www.seriousgmod.com/threads/extension-sgm-features-fixes-for-sgm-forum.24821/

==
Release information and changelog.

https://github.com/nubpro/SGM-Extension/releases                    

Informazioni di Base sull'Estensione

Nome SGM+ SGM+
ID dmbpihmdkiieiknjnlgebnacmleljcao
URL Ufficiale https://chromewebstore.google.com/detail/sgm+/dmbpihmdkiieiknjnlgebnacmleljcao
Descrizione Extra features for SGM Community Forum (www.seriousgmod.com)
Dimensione del File 89.6 KB
Conteggio Installazioni 40
Versione Corrente 2.1.2
Ultimo Aggiornamento 2021-02-19
Data di Pubblicazione 2018-06-19
Valutazione 5.00/5 Totale 21 Valutazioni
Sviluppatore Chai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.seriousgmod.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "2.1.2",
    "short_name": "__MSG_appShortName__",
    "author": "Chai",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.seriousgmod.com\/*"
            ],
            "css": [
                "styles\/style.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.seriousgmod.com\/*"
            ],
            "js": [
                "scripts\/steamBadge.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.seriousgmod.com\/"
            ],
            "js": [
                "scripts\/shoutboxHeightHandle.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.seriousgmod.com\/chat\/*"
            ],
            "js": [
                "scripts\/shoutboxSidebarMod.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.seriousgmod.com\/",
                "*:\/\/*.seriousgmod.com\/chat\/*"
            ],
            "js": [
                "scripts\/shoutboxGlobalMods.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/www.seriousgmod.com\/",
        "https:\/\/sgmod.ext.steam.zikeji.com\/"
    ]
}