MyFootballTab

Install MyFootballTab - your favorite football team backgrounds!

¿Qué es MyFootballTab?

MyFootballTab es una extensión de Chrome desarrollada por https://myfootballtab.com, y su función principal es "Install MyFootballTab - your favorite football team backgrounds!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MyFootballTab

Descarga archivos de extensión MyFootballTab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MyFootballTab MyFootballTab
ID oghbjphjdhjopdojnlnkappcfjldhdae
URL Oficial https://chromewebstore.google.com/detail/myfootballtab/oghbjphjdhjopdojnlnkappcfjldhdae
Descripción Install MyFootballTab - your favorite football team backgrounds!
Tamaño del Archivo 7.36 MB
Cantidad de Instalaciones 74
Versión Actual 1.0.4
Última Actualización 2023-11-07
Fecha de Publicación 2023-07-18
Desarrollador https://myfootballtab.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://myfootballtab.com/
URL de la Página de Ayuda https://myfootballtab.com/
URL de la Página de Política de Privacidad https://myfootballtab.com/privacy-policy
Idiomas Soportados 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\/*"
    ]
}