Brentford Football Club
Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.
Что такое Brentford Football Club?
Brentford Football Club - это расширение Chrome, разработанное brandTURBO, и его основная функция - "Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.".
Снимки экрана расширения
Скачать файл CRX расширения Brentford Football Club
Скачайте файлы расширений Brentford Football Club в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | nhgihpciiooacimlepldjbfkkpejmlfi |
Официальный URL | https://chrome.google.com/webstore/detail/brentford-football-club/nhgihpciiooacimlepldjbfkkpejmlfi |
Описание | Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews. |
Размер файла | 2.96 MB |
Количество установок | 337 |
Текущая Версия | 3.2.1 |
Последнее Обновление | 2022-10-13 |
Дата публикации | 2021-03-14 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | brandTURBO |
Электронная почта | [email protected] |
Официальный сайт расширения | https://www.brentfordfc.com |
URL страницы помощи | https://www.brentfordfc.com |
URL страницы политики конфиденциальности | https://www.brandturbo.vip/privacy |
Поддерживаемые языки | 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\/*" ] } } |