Brentford Football Club
Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.
What is Brentford Football Club?
Brentford Football Club is a Chrome extension developed by brandTURBO, and its main feature is "Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.".
Extension Screenshots
Download Brentford Football Club Extension CRX File
Download Brentford Football Club extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nhgihpciiooacimlepldjbfkkpejmlfi |
Official URL | 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. |
File Size | 2.96 MB |
Installation Count | 337 |
Current Version | 3.2.1 |
Last Updated | 2022-10-13 |
Publish Date | 2021-03-14 |
Rating | 5.00/5 Total 4 Ratings |
Developer | brandTURBO |
[email protected] | |
Extension Website | https://www.brentfordfc.com |
Help Page URL | https://www.brentfordfc.com |
Privacy Policy Page URL | https://www.brandturbo.vip/privacy |
Supported Languages | 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\/*" ] } } |