Brentford Football Club
Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.
Wat is Brentford Football Club?
Brentford Football Club is een Chrome-extensie ontwikkeld door brandTURBO, en de belangrijkste functie is "Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.".
Extensie Screenshots
Download het CRX-bestand van de extensie Brentford Football Club
Download Brentford Football Club-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nhgihpciiooacimlepldjbfkkpejmlfi |
Officiële URL | https://chrome.google.com/webstore/detail/brentford-football-club/nhgihpciiooacimlepldjbfkkpejmlfi |
Beschrijving | Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews. |
Bestandsgrootte | 2.96 MB |
Aantal Installaties | 337 |
Huidige Versie | 3.2.1 |
Laatst Bijgewerkt | 2022-10-13 |
Publicatiedatum | 2021-03-14 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | brandTURBO |
[email protected] | |
Extensiewebsite | https://www.brentfordfc.com |
Help Pagina-URL | https://www.brentfordfc.com |
URL van de Privacybeleid Pagina | https://www.brandturbo.vip/privacy |
Ondersteunde Talen | 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\/*" ] } } |