GD Site Enhancements
This extension enhances GD pages to integrate GUESS ratings and other helper functions
Co je GD Site Enhancements?
GD Site Enhancements je rozšíření Chrome vyvinuté VOLPRIDE, a jeho hlavní funkcí je „This extension enhances GD pages to integrate GUESS ratings and other helper functions“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GD Site Enhancements
Stáhněte si soubory rozšíření GD Site Enhancements ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | GD Site Enhancements |
ID | mijjfapiidecfffafplfncgafdcgcjig |
Oficiální URL | https://chromewebstore.google.com/detail/gd-site-enhancements/mijjfapiidecfffafplfncgafdcgcjig |
Popis | This extension enhances GD pages to integrate GUESS ratings and other helper functions |
Velikost souboru | 94.19 KB |
Počet instalací | 45 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-10-12 |
Datum Vydání | 2016-10-11 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | VOLPRIDE |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [ " |