Brentford Football Club
Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.
Qu'est-ce que Brentford Football Club ?
Brentford Football Club est une extension Chrome développée par brandTURBO, et sa fonction principale est "Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Brentford Football Club
Téléchargez les fichiers d'extension Brentford Football Club au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nhgihpciiooacimlepldjbfkkpejmlfi |
URL Officiel | https://chrome.google.com/webstore/detail/brentford-football-club/nhgihpciiooacimlepldjbfkkpejmlfi |
Description | Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews. |
Taille du Fichier | 2.96 MB |
Nombre d'Installations | 337 |
Version Actuelle | 3.2.1 |
Dernière Mise à Jour | 2022-10-13 |
Date de Publication | 2021-03-14 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | brandTURBO |
[email protected] | |
Site Web de l'Extension | https://www.brentfordfc.com |
URL de la Page d'Aide | https://www.brentfordfc.com |
URL de la Page de Politique de Confidentialité | https://www.brandturbo.vip/privacy |
Langues Prises en Charge | 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\/*" ] } } |