Brentford Football Club
Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.
¿Qué es Brentford Football Club?
Brentford Football Club es una extensión de Chrome desarrollada por brandTURBO, y su función principal es "Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Brentford Football Club
Descarga archivos de extensión Brentford Football Club 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
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.
Información Básica de la Extensión
Nombre | |
ID | nhgihpciiooacimlepldjbfkkpejmlfi |
URL Oficial | https://chrome.google.com/webstore/detail/brentford-football-club/nhgihpciiooacimlepldjbfkkpejmlfi |
Descripción | Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews. |
Tamaño del Archivo | 2.96 MB |
Cantidad de Instalaciones | 337 |
Versión Actual | 3.2.1 |
Última Actualización | 2022-10-13 |
Fecha de Publicación | 2021-03-14 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | brandTURBO |
Correo electrónico | [email protected] |
Sitio Web de la Extensión | https://www.brentfordfc.com |
URL de la Página de Ayuda | https://www.brentfordfc.com |
URL de la Página de Política de Privacidad | https://www.brandturbo.vip/privacy |
Idiomas Soportados | 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\/*" ] } } |