Brentford Football Club

Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.

O que é Brentford Football Club?

Brentford Football Club é uma extensão do Chrome desenvolvida por brandTURBO, e sua principal característica é "Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Brentford Football Club

Baixe arquivos de extensão Brentford Football Club 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

                        With your new homepage you can create your own personal space by customising our favourite wallpapers, arrange your favourite websites and make every new tab an interactive experience with exclusive content. 

Customise your favourite browser and stay update with the latest news about players, social media, trends, tickets and other exclusive content. 

Join our amazing community and make your own BFC new tab.                    

Informações Básicas da Extensão

Nome Brentford Football Club Brentford Football Club
ID nhgihpciiooacimlepldjbfkkpejmlfi
URL Oficial https://chrome.google.com/webstore/detail/brentford-football-club/nhgihpciiooacimlepldjbfkkpejmlfi
Descrição Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.
Tamanho do Arquivo 2.96 MB
Contagem de Instalações 337
Versão Atual 3.2.1
Última Atualização 2022-10-13
Data de Publicação 2021-03-14
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor brandTURBO
Email [email protected]
Site da Extensão https://www.brentfordfc.com
URL da Página de Ajuda https://www.brentfordfc.com
URL da Página de Política de Privacidade https://www.brandturbo.vip/privacy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brentford Football Club",
    "version": "3.2.1",
    "description": "Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.brentfordfc.com\/*"
        ]
    }
}