GD Site Enhancements

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

Co to jest GD Site Enhancements?

GD Site Enhancements to rozszerzenie Chrome opracowane przez VOLPRIDE, a jego główną funkcją jest „This extension enhances GD pages to integrate GUESS ratings and other helper functions”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GD Site Enhancements

Pobierz pliki rozszerzeń GD Site Enhancements w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa GD Site Enhancements GD Site Enhancements
ID mijjfapiidecfffafplfncgafdcgcjig
Oficjalny URL https://chromewebstore.google.com/detail/gd-site-enhancements/mijjfapiidecfffafplfncgafdcgcjig
Opis This extension enhances GD pages to integrate GUESS ratings and other helper functions
Rozmiar pliku 94.19 KB
Liczba instalacji 45
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-10-12
Data Publikacji 2016-10-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper VOLPRIDE
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": [
        ""
    ]
}