MyFootballTab
Install MyFootballTab - your favorite football team backgrounds!
什么是MyFootballTab?
MyFootballTab是由https://myfootballtab.com开发的Chrome扩展程序,该扩展的主要功能是“Install MyFootballTab - your favorite football team backgrounds!”。
扩展截图
下载MyFootballTab扩展crx文件
下载MyFootballTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |