Leicester City

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

Vad är Leicester City?

Leicester City är en Chrome-tillägg utvecklad av brandTURBO, och dess huvudfunktion är "Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Leicester City-förlängningens CRX-fil

Ladda ner Leicester City-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Leicester City Leicester City
ID kehebkpimggpglpdmiaalihocipabiko
Officiell webbadress https://chromewebstore.google.com/detail/leicester-city/kehebkpimggpglpdmiaalihocipabiko
Beskrivning Support the Foxes by installing the official Leicester City homepage extension and enjoy a customised browser experience!
Filstorlek 2.05 MB
Antal Installationer 484
Aktuell Version 2.6.1
Senast Uppdaterad 2020-08-18
Publiceringsdatum 2020-08-18
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare brandTURBO
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.lcfc.com/home
Hjälpsida URL https://www.lcfc.com/home
URL till Sekretesspolicy Sidan https://www.brandturbo.vip/privacy
Stödda Språk 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\/*"
        ]
    }
}