Leicester City
Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!
Что такое Leicester City?
Leicester City - это расширение Chrome, разработанное brandTURBO, и его основная функция - "Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!".
Снимки экрана расширения
Скачать файл CRX расширения Leicester City
Скачайте файлы расширений Leicester City в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        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.                     Основная информация о расширении
| Название |   |  
| ID | kehebkpimggpglpdmiaalihocipabiko | 
| Официальный URL | https://chromewebstore.google.com/detail/leicester-city/kehebkpimggpglpdmiaalihocipabiko | 
| Описание | Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience! | 
| Размер файла | 2.05 MB | 
| Количество установок | 484 | 
| Текущая Версия | 2.6.1 | 
| Последнее Обновление | 2020-08-18 | 
| Дата публикации | 2020-08-18 | 
| Рейтинг | 5.00/5 Всего 4 оценок | 
| Разработчик | brandTURBO | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://www.lcfc.com/home | 
| URL страницы помощи | https://www.lcfc.com/home | 
| URL страницы политики конфиденциальности | https://www.brandturbo.vip/privacy | 
| Поддерживаемые языки | 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\/*"
        ]
    }
}  |  |