MyFootballTab
Install MyFootballTab - your favorite football team backgrounds!
MyFootballTab란 무엇입니까?
MyFootballTab은(는) https://myfootballtab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Install MyFootballTab - your favorite football team backgrounds!"입니다.
확장 프로그램 스크린샷
MyFootballTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replace your basic new tab with MyFootballTab's wallpapers. Personalized especially for real football fans! Get your browsing experience to the football pitch with New Tab extension for Chrome™. Customize your new tab page, enjoy easy search experience, and power your searches with Microsoft Bing. MyFootballTab also offers a selection of your team's wallpapers to score your new tab experience! By clicking "Add to chrome", I accept and agree to installing 'FootballTab', change New Tab to that provided by the service, New Tab searches to be provided by Microsoft Bing, the Terms of Use and Privacy Policy. MyFootballTab also offers time, date and weather based on your geo location, that can easily be turned off using the ‘Settings’ menu on the New Tab page. Terms of Use: https://myfootballtab.com/terms-and-conditions/ Privacy Policy: https://myfootballtab.com/privacy-policy/ About Us: https://myfootballtab.com/about/ Contact: https://myfootballtab.com/contact/ Free stock media content is distributed by Pixabay - https://pixabay.com/ Install now and stay connected to the sport you love while enjoying a visually mesmerizing browsing journey.
확장 프로그램 기본 정보
이름 | MyFootballTab |
ID | oghbjphjdhjopdojnlnkappcfjldhdae |
공식 URL | https://chromewebstore.google.com/detail/myfootballtab/oghbjphjdhjopdojnlnkappcfjldhdae |
설명 | Install MyFootballTab - your favorite football team backgrounds! |
파일 크기 | 7.36 MB |
설치 횟수 | 74 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-11-07 |
출시 날짜 | 2023-07-18 |
개발자 | https://myfootballtab.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://myfootballtab.com/ |
도움말 페이지 URL | https://myfootballtab.com/ |
개인정보 보호 정책 페이지 URL | https://myfootballtab.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyFootballTab", "short_name": "MyFootballTab", "description": "Install MyFootballTab - your favorite football team backgrounds!", "version": "1.0.4", "icons": { "16": ".\/assets\/images\/icons\/16.png", "32": ".\/assets\/images\/icons\/32.png", "64": ".\/assets\/images\/icons\/64.png", "128": ".\/assets\/images\/icons\/128.png" }, "chrome_url_overrides": { "newtab": ".\/views\/newtab.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "unlimitedStorage", "storage" ], "manifest_version": 3, "offline_enabled": true, "host_permissions": [ "https:\/\/json.geoiplookup.io\/*" ] } |