Sportsy - Sport Live Streams
Sportsy allows you to view high quality Sport Live Streams
什麼是Sportsy - Sport Live Streams?
Sportsy - Sport Live Streams是由https://sportsy.live開發的Chrome擴展程式,該擴展的主要功能是“Sportsy allows you to view high quality Sport Live Streams”。
擴展截圖
下載Sportsy - Sport Live Streams擴展crx文件
下載Sportsy - Sport Live Streams擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Sportsy - Sport Live Streams |
ID | ocgahpobhhfjgaggafmidogklgiefenj |
官方網址 | https://chromewebstore.google.com/detail/sportsy-sport-live-stream/ocgahpobhhfjgaggafmidogklgiefenj |
簡介 | Sportsy allows you to view high quality Sport Live Streams |
檔案大小 | 636 KB |
安裝次數 | 1,794 |
目前版本 | 1.3.2 |
更新時間 | 2020-05-12 |
上架時間 | 2020-05-11 |
評分 | 3.50/5 共 4 次評分 |
開發者 | https://sportsy.live |
付費類型 | free |
隱私政策頁面URL | https://www.findguard.co/privacy-policy |
支援的語言 | 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" ] } } |