Brentford Football Club

Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.

Co to jest Brentford Football Club?

Brentford Football Club to rozszerzenie Chrome opracowane przez brandTURBO, a jego główną funkcją jest „Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Brentford Football Club

Pobierz pliki rozszerzeń Brentford Football Club w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Brentford Football Club Brentford Football Club
ID nhgihpciiooacimlepldjbfkkpejmlfi
Oficjalny URL https://chrome.google.com/webstore/detail/brentford-football-club/nhgihpciiooacimlepldjbfkkpejmlfi
Opis Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.
Rozmiar pliku 2.96 MB
Liczba instalacji 337
Aktualna Wersja 3.2.1
Ostatnia Aktualizacja 2022-10-13
Data Publikacji 2021-03-14
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper brandTURBO
E-mail [email protected]
Strona Rozszerzenia https://www.brentfordfc.com
Adres URL Strony Pomocy https://www.brentfordfc.com
Adres URL Strony Polityki Prywatności https://www.brandturbo.vip/privacy
Obsługiwane Języki 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\/*"
        ]
    }
}