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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Brentford Football Club Brentford Football Club
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\/*"
        ]
    }
}