GD Site Enhancements
This extension enhances GD pages to integrate GUESS ratings and other helper functions
What is GD Site Enhancements?
GD Site Enhancements is a Chrome extension developed by VOLPRIDE, and its main feature is "This extension enhances GD pages to integrate GUESS ratings and other helper functions".
Extension Screenshots
Download GD Site Enhancements Extension CRX File
Download GD Site Enhancements extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GD Site Enhancements |
ID | mijjfapiidecfffafplfncgafdcgcjig |
Official URL | https://chromewebstore.google.com/detail/gd-site-enhancements/mijjfapiidecfffafplfncgafdcgcjig |
Description | This extension enhances GD pages to integrate GUESS ratings and other helper functions |
File Size | 94.19 KB |
Installation Count | 45 |
Current Version | 1.0 |
Last Updated | 2016-10-12 |
Publish Date | 2016-10-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | VOLPRIDE |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |