Brentford Football Club
Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews.
Brentford Football Club क्या है?
Brentford Football Club brandTURBO द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Official Brentford Football Club new tab. Read and watch the latest news, highlights and interviews."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Brentford Football Club एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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\/*" ] } } |