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\/*"
        ]
    }
}