MyFootballTab

Install MyFootballTab - your favorite football team backgrounds!

O que é MyFootballTab?

MyFootballTab é uma extensão do Chrome desenvolvida por https://myfootballtab.com, e sua principal característica é "Install MyFootballTab - your favorite football team backgrounds!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MyFootballTab

Baixe arquivos de extensão MyFootballTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome MyFootballTab MyFootballTab
ID oghbjphjdhjopdojnlnkappcfjldhdae
URL Oficial https://chromewebstore.google.com/detail/myfootballtab/oghbjphjdhjopdojnlnkappcfjldhdae
Descrição Install MyFootballTab - your favorite football team backgrounds!
Tamanho do Arquivo 7.36 MB
Contagem de Instalações 74
Versão Atual 1.0.4
Última Atualização 2023-11-07
Data de Publicação 2023-07-18
Desenvolvedor https://myfootballtab.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://myfootballtab.com/
URL da Página de Ajuda https://myfootballtab.com/
URL da Página de Política de Privacidade https://myfootballtab.com/privacy-policy
Idiomas Suportados 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\/*"
    ]
}