GD Site Enhancements

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

什么是GD Site Enhancements?

GD Site Enhancements是由VOLPRIDE开发的Chrome扩展程序,该扩展的主要功能是“This extension enhances GD pages to integrate GUESS ratings and other helper functions”。

扩展截图

screenshot

下载GD Site Enhancements扩展crx文件

下载GD Site Enhancements扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 GD Site Enhancements GD Site Enhancements
ID mijjfapiidecfffafplfncgafdcgcjig
官方URL https://chromewebstore.google.com/detail/gd-site-enhancements/mijjfapiidecfffafplfncgafdcgcjig
简介 This extension enhances GD pages to integrate GUESS ratings and other helper functions
文件大小 94.19 KB
安装次数 45
当前版本 1.0
更新时间 2016-10-12
上架时间 2016-10-11
评分 5.00/5 共1次评分
开发者 VOLPRIDE
电子邮箱 [email protected]
付费类型 free
支持的语言 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": [
        ""
    ]
}