Start.gg Plus

Improvements to start.gg!

Start.gg Plus क्या है?

Start.gg Plus cheesypotatodev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improvements to start.gg!"।

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

screenshot
screenshot

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

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

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

                        New features for the start.gg website! (recently renamed from smash.gg)

- Dark theme! Handcrafted for every page on the site, settings synced to your Google account
- Seed displays under all player names!
- Shortcut buttons to view your matches in bracket

And more to come! This extension is still in development, if you have ideas or feature requests please let me know at [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Start.gg Plus Start.gg Plus
ID kpleddnadkfgfedphhciepmdlfehkgod
आधिकारिक URL https://chromewebstore.google.com/detail/startgg-plus/kpleddnadkfgfedphhciepmdlfehkgod
विवरण Improvements to start.gg!
फ़ाइल का आकार 15.27 KB
स्थापना संख्या 961
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2022-08-17
प्रकाशन तिथि 2022-01-06
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर cheesypotatodev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Start.gg Plus",
    "description": "Improvements to start.gg!",
    "version": "1.4.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.start.gg\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.start.gg\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css"
            ],
            "matches": [
                "https:\/\/www.start.gg\/*"
            ]
        }
    ]
}