GD Site Enhancements

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

Qu'est-ce que GD Site Enhancements ?

GD Site Enhancements est une extension Chrome développée par VOLPRIDE, et sa fonction principale est "This extension enhances GD pages to integrate GUESS ratings and other helper functions".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GD Site Enhancements

Téléchargez les fichiers d'extension GD Site Enhancements au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GD Site Enhancements GD Site Enhancements
ID mijjfapiidecfffafplfncgafdcgcjig
URL Officiel https://chromewebstore.google.com/detail/gd-site-enhancements/mijjfapiidecfffafplfncgafdcgcjig
Description This extension enhances GD pages to integrate GUESS ratings and other helper functions
Taille du Fichier 94.19 KB
Nombre d'Installations 45
Version Actuelle 1.0
Dernière Mise à Jour 2016-10-12
Date de Publication 2016-10-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur VOLPRIDE
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
        ""
    ]
}