Sportsy - Sport Live Streams

Sportsy allows you to view high quality Sport Live Streams

Sportsy - Sport Live Streams là gì?

Sportsy - Sport Live Streams là một tiện ích mở rộng Chrome được phát triển bởi https://sportsy.live, và tính năng chính của nó là "Sportsy allows you to view high quality Sport Live Streams".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sportsy - Sport Live Streams

Tải xuống các tệp mở rộng Sportsy - Sport Live Streams 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

                        Sportsy prevents live broadcasts from being blocked and lets you watch streams in HD quality for free!  Install this extension and watch sport live streams in a matter of seconds.
This extension allows you to see all available live streams and go to the live stream page in one click!

Use Sportsy for free without hidden fees and with no ads.
Sportsy changes your search engine in order to make to make it easier to find and watch Sports's live streams.

Privacy Policy:
https://findguard.co/privacy-policy                    

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

Tên Sportsy - Sport Live Streams Sportsy - Sport Live Streams
ID ocgahpobhhfjgaggafmidogklgiefenj
URL Chính Thức https://chromewebstore.google.com/detail/sportsy-sport-live-stream/ocgahpobhhfjgaggafmidogklgiefenj
Mô tả Sportsy allows you to view high quality Sport Live Streams
Kích Thước Tệp 636 KB
Số Lần Cài Đặt 1,794
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2020-05-12
Ngày Phát Hành 2020-05-11
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://sportsy.live
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.findguard.co/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortAppName__",
    "default_locale": "en_US",
    "permissions": [],
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "__MSG_appTitle__",
        "default_popup": "popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.findguard.co\/static\/images\/favicon.png",
            "image_url": "https:\/\/www.findguard.co\/images?q={searchTerms}",
            "image_url_post_params": "",
            "instant_url": "https:\/\/www.findguard.co\/query?q={searchTerms}",
            "instant_url_post_params": "",
            "is_default": true,
            "keyword": "https:\/\/www.findguard.co\/",
            "name": "SeretHD Search",
            "search_url": "https:\/\/www.findguard.co\/query?q={searchTerms}",
            "search_url_post_params": "",
            "suggest_url": "https:\/\/www.findguard.co\/query?q={searchTerms}",
            "suggest_url_post_params": ""
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sportsy.live\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/back.js"
        ]
    }
}