Esportal Helper

Adds aggregated team win ratio to match lobby and summary page to make ban decisions easier.

Esportal Helper क्या है?

Esportal Helper callebstrom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds aggregated team win ratio to match lobby and summary page to make ban decisions easier."।

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

screenshot

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

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

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

                        Adds aggregated team win ratio to match lobby and summary page to make ban decisions easier.

This plugin is not associated with or endorsed by, or in any way officially connected with Esportal (https://esportal.com).                    

एक्सटेंशन की मूल जानकारी

नाम Esportal Helper Esportal Helper
ID gifenppiepcjfeaklgeeilihnchdnend
आधिकारिक URL https://chromewebstore.google.com/detail/esportal-helper/gifenppiepcjfeaklgeeilihnchdnend
विवरण Adds aggregated team win ratio to match lobby and summary page to make ban decisions easier.
फ़ाइल का आकार 1.26 MB
स्थापना संख्या 167
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2020-08-28
प्रकाशन तिथि 2020-08-24
डेवलपर callebstrom
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Esportal Helper",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Adds aggregated team win ratio to match lobby and summary page to make ban decisions easier.",
    "homepage_url": "https:\/\/www.esportal.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "src\/options_custom\/index.html",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/esportal.com\/*"
    ],
    "web_accessible_resources": [
        "src\/inject\/main.js",
        "src\/inject\/app.js",
        "src\/inject\/user.js",
        "src\/inject\/statistics.js",
        "src\/inject\/util.js",
        "src\/inject\/app\/build\/static\/js\/*.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/esportal.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/esportal.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}