SGM+

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

SGM+ là gì?

SGM+ là một tiện ích mở rộng Chrome được phát triển bởi Chai, và tính năng chính của nó là "Extra features for SGM Community Forum (www.seriousgmod.com)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SGM+

Tải xuống các tệp mở rộng SGM+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SGM+ SGM+
ID dmbpihmdkiieiknjnlgebnacmleljcao
URL Chính Thức https://chromewebstore.google.com/detail/sgm+/dmbpihmdkiieiknjnlgebnacmleljcao
Mô tả Extra features for SGM Community Forum (www.seriousgmod.com)
Kích Thước Tệp 89.6 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2021-02-19
Ngày Phát Hành 2018-06-19
Đánh Giá 5.00/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Chai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.seriousgmod.com/
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}