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!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Leicester City Leicester City
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\/*"
        ]
    }
}