GD Site Enhancements

This extension enhances GD pages to integrate GUESS ratings and other helper functions

Cos'è GD Site Enhancements?

GD Site Enhancements è un'estensione di Chrome sviluppata da VOLPRIDE, e la sua funzione principale è "This extension enhances GD pages to integrate GUESS ratings and other helper functions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GD Site Enhancements

Scarica i file di estensione GD Site Enhancements 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

                        Use this to help you enhance the GD site with GUESS ratings to help you game plan opponents and keep up with your team as it improves.                    

Informazioni di Base sull'Estensione

Nome GD Site Enhancements GD Site Enhancements
ID mijjfapiidecfffafplfncgafdcgcjig
URL Ufficiale https://chromewebstore.google.com/detail/gd-site-enhancements/mijjfapiidecfffafplfncgafdcgcjig
Descrizione This extension enhances GD pages to integrate GUESS ratings and other helper functions
Dimensione del File 94.19 KB
Conteggio Installazioni 45
Versione Corrente 1.0
Ultimo Aggiornamento 2016-10-12
Data di Pubblicazione 2016-10-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore VOLPRIDE
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GD Site Enhancements",
    "description": "This extension enhances GD pages to integrate GUESS ratings and other helper functions",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.whatifsports.com\/gd\/TeamProfile\/PlayerRatings*"
            ],
            "js": [
                "jquery.js",
                "shared.js",
                "gdenhancements.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}