GD Site Enhancements

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

GD Site Enhancements क्या है?

GD Site Enhancements VOLPRIDE द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enhances GD pages to integrate GUESS ratings and other helper functions"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GD Site Enhancements एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
        ""
    ]
}