SGM+
Extra features for SGM Community Forum (www.seriousgmod.com)
SGM+ क्या है?
SGM+ Chai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extra features for SGM Community Forum (www.seriousgmod.com)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SGM+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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+ |
ID | dmbpihmdkiieiknjnlgebnacmleljcao |
आधिकारिक URL | 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\/" ] } |