GD Site Enhancements

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

Wat is GD Site Enhancements?

GD Site Enhancements is een Chrome-extensie ontwikkeld door VOLPRIDE, en de belangrijkste functie is "This extension enhances GD pages to integrate GUESS ratings and other helper functions".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GD Site Enhancements

Download GD Site Enhancements-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GD Site Enhancements GD Site Enhancements
ID mijjfapiidecfffafplfncgafdcgcjig
Officiële URL https://chromewebstore.google.com/detail/gd-site-enhancements/mijjfapiidecfffafplfncgafdcgcjig
Beschrijving This extension enhances GD pages to integrate GUESS ratings and other helper functions
Bestandsgrootte 94.19 KB
Aantal Installaties 45
Huidige Versie 1.0
Laatst Bijgewerkt 2016-10-12
Publicatiedatum 2016-10-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar VOLPRIDE
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        ""
    ]
}