Esports Gold TV Guide

Esport matches at your fingertips. Find out what matches are live and who's playing.

Esports Gold TV Guide क्या है?

Esports Gold TV Guide esportsgold द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Esport matches at your fingertips. Find out what matches are live and who's playing."।

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

screenshot

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

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

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

                        Beta launch of the Esports Gold TV Guide, a browser extension that provides dates and times of upcoming esports events.

Installing it provides a handy way to see upcoming esports events for multiple games and includes a link to the channel to watch it

It runs off our data automatically which we keep updated as frequently as possible and shows the event, time, and a link to where to watch it.

If it proves popular we'll look to expand the games and coverage

Currently, the extension includes event updates for:
 - Counter Strike (CS:GO)
 - League of Legends (LOL)
 - Dota 2
 - Overwatch
 - Hearthstone
 - World of Warcraft
 - Smite
 - Call of Duty
 - Fifa
 - Heroes of the Storm 

If you enjoy, please visit our main site at www.esportsgold.com and follow us on twitter, facebook and instagram                    

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

नाम Esports Gold TV Guide Esports Gold TV Guide
ID hhefbgndbdnemlaolegbhjkmelolnlng
आधिकारिक URL https://chrome.google.com/webstore/detail/esports-gold-tv-guide/hhefbgndbdnemlaolegbhjkmelolnlng
विवरण Esport matches at your fingertips. Find out what matches are live and who's playing.
फ़ाइल का आकार 618 KB
स्थापना संख्या 10
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2020-01-26
प्रकाशन तिथि 2020-01-26
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर esportsgold
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Esports Gold TV Guide",
    "short_name": "esg",
    "description": "Esport matches at your fingertips. Find out what matches are live and who's playing.",
    "version": "0.0.6",
    "author": "Lamify",
    "homepage_url": "https:\/\/www.esportsgold.com\/",
    "options_page": "options.html",
    "icons": {
        "128": "img\/esports-gold.png"
    },
    "browser_action": {
        "default_icon": "img\/esports-gold.png",
        "default_title": "ESG Notifier",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/lib\/csvtojson.min.js",
            "js\/lib\/object_hash.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'"
}