Brentford Football Club
Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.
Was ist Brentford Football Club?
Brentford Football Club ist eine Chrome-Erweiterung, die von brandTURBO entwickelt wurde, und ihr Hauptmerkmal ist "Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.".
Erweiterungsscreenshots
Brentford Football Club-Erweiterungs-CRX-Datei herunterladen
Laden Sie Brentford Football Club-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nhgihpciiooacimlepldjbfkkpejmlfi |
Offizielle URL | https://chrome.google.com/webstore/detail/brentford-football-club/nhgihpciiooacimlepldjbfkkpejmlfi |
Beschreibung | Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews. |
Dateigröße | 2.96 MB |
Installationsanzahl | 337 |
Aktuelle Version | 3.2.1 |
Letztes Update | 2022-10-13 |
Veröffentlichungsdatum | 2021-03-14 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | brandTURBO |
[email protected] | |
Erweiterungswebsite | https://www.brentfordfc.com |
Hilfeseite URL | https://www.brentfordfc.com |
URL der Datenschutzrichtlinien-Seite | https://www.brandturbo.vip/privacy |
Unterstützte Sprachen | 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\/*" ] } } |