Esports Gold TV Guide

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

Esports Gold TV Guide là gì?

Esports Gold TV Guide là một tiện ích mở rộng Chrome được phát triển bởi esportsgold, và tính năng chính của nó là "Esport matches at your fingertips. Find out what matches are live and who's playing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Esports Gold TV Guide

Tải xuống các tệp mở rộng Esports Gold TV Guide dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Esports Gold TV Guide Esports Gold TV Guide
ID hhefbgndbdnemlaolegbhjkmelolnlng
URL Chính Thức https://chrome.google.com/webstore/detail/esports-gold-tv-guide/hhefbgndbdnemlaolegbhjkmelolnlng
Mô tả Esport matches at your fingertips. Find out what matches are live and who's playing.
Kích Thước Tệp 618 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2020-01-26
Ngày Phát Hành 2020-01-26
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển esportsgold
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}