Leicester City
Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!
O que é Leicester City?
Leicester City é uma extensão do Chrome desenvolvida por brandTURBO, e sua principal característica é "Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Leicester City
Baixe arquivos de extensão Leicester City no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Leicester City |
ID | kehebkpimggpglpdmiaalihocipabiko |
URL Oficial | https://chromewebstore.google.com/detail/leicester-city/kehebkpimggpglpdmiaalihocipabiko |
Descrição | Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience! |
Tamanho do Arquivo | 2.05 MB |
Contagem de Instalações | 484 |
Versão Atual | 2.6.1 |
Última Atualização | 2020-08-18 |
Data de Publicação | 2020-08-18 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | brandTURBO |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.lcfc.com/home |
URL da Página de Ajuda | https://www.lcfc.com/home |
URL da Página de Política de Privacidade | https://www.brandturbo.vip/privacy |
Idiomas Suportados | 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\/*" ] } } |