Leicester City

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

Co je Leicester City?

Leicester City je rozšíření Chrome vyvinuté brandTURBO, a jeho hlavní funkcí je „Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Leicester City

Stáhněte si soubory rozšíření Leicester City ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Leicester City Leicester City
ID kehebkpimggpglpdmiaalihocipabiko
Oficiální URL https://chromewebstore.google.com/detail/leicester-city/kehebkpimggpglpdmiaalihocipabiko
Popis Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!
Velikost souboru 2.05 MB
Počet instalací 484
Aktuální Verze 2.6.1
Poslední Aktualizace 2020-08-18
Datum Vydání 2020-08-18
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář brandTURBO
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.lcfc.com/home
URL Stránky Nápovědy https://www.lcfc.com/home
URL Stránky Zásad Ochrany Soukromí https://www.brandturbo.vip/privacy
Podporované Jazyky 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\/*"
        ]
    }
}