Leicester City

Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!

Cos'è Leicester City?

Leicester City è un'estensione di Chrome sviluppata da brandTURBO, e la sua funzione principale è "Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Leicester City

Scarica i file di estensione Leicester City in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Leicester City Leicester City
ID kehebkpimggpglpdmiaalihocipabiko
URL Ufficiale https://chromewebstore.google.com/detail/leicester-city/kehebkpimggpglpdmiaalihocipabiko
Descrizione Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!
Dimensione del File 2.05 MB
Conteggio Installazioni 484
Versione Corrente 2.6.1
Ultimo Aggiornamento 2020-08-18
Data di Pubblicazione 2020-08-18
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore brandTURBO
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.lcfc.com/home
URL della Pagina di Aiuto https://www.lcfc.com/home
URL della Pagina della Politica sulla Privacy https://www.brandturbo.vip/privacy
Lingue Supportate 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\/*"
        ]
    }
}