SGM+

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

什麼是SGM+?

SGM+是由Chai開發的Chrome擴展程式,該擴展的主要功能是“Extra features for SGM Community Forum (www.seriousgmod.com)”。

擴展截圖

screenshot

下載SGM+擴展crx文件

下載SGM+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 SGM+ SGM+
ID dmbpihmdkiieiknjnlgebnacmleljcao
官方網址 https://chromewebstore.google.com/detail/sgm+/dmbpihmdkiieiknjnlgebnacmleljcao
簡介 Extra features for SGM Community Forum (www.seriousgmod.com)
檔案大小 89.6 KB
安裝次數 40
目前版本 2.1.2
更新時間 2021-02-19
上架時間 2018-06-19
評分 5.00/5 共 21 次評分
開發者 Chai
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.seriousgmod.com/
支援的語言 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\/"
    ]
}