Homerun Extension
Enhance your browsing experience with Homerun extension
Homerun Extension란 무엇입니까?
Homerun Extension은(는) http://homerun.fun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your browsing experience with Homerun extension"입니다.
확장 프로그램 스크린샷
Homerun Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
New tab extension for your chrome browser. Follow on the sports you like daily. By Clicking the CTA, I accept and agree to installing the ‘Homerun’ Chrome extension and setting Chrome™ New Tab to that provided by the service, New Tab searches powered by Microsoft Bing, and to the Terms of Use and Privacy Policy Homerun extension tab provide you with sports news from CBC sports, Sports 360, Sports Keeda and Sports Net. This extension takes over your new tab and the search features within the extension will be provided by Microsoft Bing. However, the extension will not make any changes in your default browser search setting. Privacy policy: https://homerun.fun/privacy Terms and conditions: https://homerun.fun/terms
확장 프로그램 기본 정보
이름 | |
ID | jobdicekloccijpfjemdfkdnjmcobhcg |
공식 URL | https://chrome.google.com/webstore/detail/homerun-extension/jobdicekloccijpfjemdfkdnjmcobhcg |
설명 | Enhance your browsing experience with Homerun extension |
파일 크기 | 2.6 MB |
설치 횟수 | 11,838 |
현재 버전 | 1.3 |
최근 업데이트 | 2023-06-11 |
출시 날짜 | 2023-03-10 |
평점 | 3.70/5 총 10 개의 평점 |
개발자 | http://homerun.fun |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://homerun.fun |
개인정보 보호 정책 페이지 URL | https://axeite.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Homerun Extension", "version": "1.3", "description": "Enhance your browsing experience with Homerun extension", "manifest_version": 3, "author": "Homerun", "chrome_url_overrides": { "newtab": ".\/src\/main.html" }, "permissions": [ "cookies" ], "background": { "service_worker": ".\/src\/background.js" }, "icons": { "48": "static\/homerun.png" }, "host_permissions": [ "*:\/\/homerun.fun\/*", "*:\/\/*.homerun.fun\/*" ], "action": { "default_icon": "static\/homerun.png" } } |