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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.brentfordfc.com
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}