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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } } |