Leicester City
Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!
What is Leicester City?
Leicester City is a Chrome extension developed by brandTURBO, and its main feature is "Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!".
Extension Screenshots
Download Leicester City Extension CRX File
Download Leicester City extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!
Latest wallpapers
Videos
Content
Club news
Social media
Download the official Leicester City Chrome extension for Windows and Mac OS now. Extension Basic Information
| Name | |
| ID | kehebkpimggpglpdmiaalihocipabiko |
| Official URL | https://chromewebstore.google.com/detail/leicester-city/kehebkpimggpglpdmiaalihocipabiko |
| Description | Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience! |
| File Size | 2.05 MB |
| Installation Count | 484 |
| Current Version | 2.6.1 |
| Last Updated | 2020-08-18 |
| Publish Date | 2020-08-18 |
| Rating | 5.00/5 Total 4 Ratings |
| Developer | brandTURBO |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://www.lcfc.com/home |
| Help Page URL | https://www.lcfc.com/home |
| Privacy Policy Page URL | https://www.brandturbo.vip/privacy |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Leicester City",
"version": "2.6.1",
"description": "Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!",
"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": [
"*:\/\/*.lcfc.com\/*"
]
}
} | |