Brentford Football Club
Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.
Cos'è Brentford Football Club?
Brentford Football Club è un'estensione di Chrome sviluppata da brandTURBO, e la sua funzione principale è "Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Brentford Football Club
Scarica i file di estensione Brentford Football Club in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nhgihpciiooacimlepldjbfkkpejmlfi |
URL Ufficiale | https://chrome.google.com/webstore/detail/brentford-football-club/nhgihpciiooacimlepldjbfkkpejmlfi |
Descrizione | Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews. |
Dimensione del File | 2.96 MB |
Conteggio Installazioni | 337 |
Versione Corrente | 3.2.1 |
Ultimo Aggiornamento | 2022-10-13 |
Data di Pubblicazione | 2021-03-14 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | brandTURBO |
[email protected] | |
Sito Web dell'Estensione | https://www.brentfordfc.com |
URL della Pagina di Aiuto | https://www.brentfordfc.com |
URL della Pagina della Politica sulla Privacy | https://www.brandturbo.vip/privacy |
Lingue Supportate | 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\/*" ] } } |