GD Site Enhancements

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

Apa itu GD Site Enhancements?

GD Site Enhancements adalah ekstensi Chrome yang dikembangkan oleh VOLPRIDE, dan fitur utamanya adalah "This extension enhances GD pages to integrate GUESS ratings and other helper functions".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GD Site Enhancements

Unduh file ekstensi GD Site Enhancements dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GD Site Enhancements GD Site Enhancements
ID mijjfapiidecfffafplfncgafdcgcjig
URL Resmi https://chromewebstore.google.com/detail/gd-site-enhancements/mijjfapiidecfffafplfncgafdcgcjig
Deskripsi This extension enhances GD pages to integrate GUESS ratings and other helper functions
Ukuran File 94.19 KB
Jumlah Instalasi 45
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-10-12
Tanggal Publikasi 2016-10-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang VOLPRIDE
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": [
        ""
    ]
}