Start.gg Plus

Improvements to start.gg!

Cos'è Start.gg Plus?

Start.gg Plus è un'estensione di Chrome sviluppata da cheesypotatodev, e la sua funzione principale è "Improvements to start.gg!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Start.gg Plus

Scarica i file di estensione Start.gg Plus 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

                        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]                    

Informazioni di Base sull'Estensione

Nome Start.gg Plus Start.gg Plus
ID kpleddnadkfgfedphhciepmdlfehkgod
URL Ufficiale https://chromewebstore.google.com/detail/startgg-plus/kpleddnadkfgfedphhciepmdlfehkgod
Descrizione Improvements to start.gg!
Dimensione del File 15.27 KB
Conteggio Installazioni 961
Versione Corrente 1.4.1
Ultimo Aggiornamento 2022-08-17
Data di Pubblicazione 2022-01-06
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore cheesypotatodev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}