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
Eメール [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": [
        ""
    ]
}