The Best Sports News In The World
This extension helps you simply read the sports news.
The Best Sports News In The World란 무엇입니까?
The Best Sports News In The World은(는) http://sports-best-news.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps you simply read the sports news."입니다.
확장 프로그램 스크린샷
The Best Sports News In The World 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enjoy sports news and updates in your homepage with our extension! By adding the extension, you accept and agree to install, set the Chrome New Tab and to the terms of use, and policies. The new tab search features within the extension will be yahoo https://sports-best-news.com/pages/privacy-policy.html https://sports-best-news.com/pages/terms-of-use.html
확장 프로그램 기본 정보
이름 | |
ID | mdneonihdidkfbikoclcffckblcogjbf |
공식 URL | https://chrome.google.com/webstore/detail/the-best-sports-news-in-t/mdneonihdidkfbikoclcffckblcogjbf |
설명 | This extension helps you simply read the sports news. |
파일 크기 | 95.81 KB |
설치 횟수 | 119,704 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-02-06 |
출시 날짜 | 2022-05-26 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | http://sports-best-news.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sports-best-news.com/ |
도움말 페이지 URL | https://sports-best-news.com/pages/contact.html |
개인정보 보호 정책 페이지 URL | https://sports-best-news.com/pages/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/balls-sports-128.png", "default_title": "The Best Sports News In The World" }, "description": "This extension helps you simply read the sports news.", "icons": { "128": "icons\/balls-sports-128.png", "16": "icons\/balls-sports-16.png", "32": "icons\/balls-sports-32.png" }, "manifest_version": 3, "name": "The Best Sports News In The World", "version": "1.1", "web_accessible_resources": [ { "resources": [ "icons\/*.svg", "icons\/*.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.sports-best-news.com\/*" ] } |