Lichess page

Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff

Cos'è Lichess page?

Lichess page è un'estensione di Chrome sviluppata da dani4kor, e la sua funzione principale è "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lichess page

Scarica i file di estensione Lichess page 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

                        Replace Chrome new tab page by Lichess TV, your rating & other usefull stuff!                    

Informazioni di Base sull'Estensione

Nome Lichess page Lichess page
ID mckbhoccfkhafmkeiemcgoobfjplndin
URL Ufficiale https://chrome.google.com/webstore/detail/lichess-page/mckbhoccfkhafmkeiemcgoobfjplndin
Descrizione Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff
Dimensione del File 335 KB
Conteggio Installazioni 49
Versione Corrente 0.0.3
Ultimo Aggiornamento 2016-12-16
Data di Pubblicazione 2016-12-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore dani4kor
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "static\/js\/jquery-3.1.1.min.js",
            "static\/js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "static\/template\/index.html"
    },
    "options_page": "static\/template\/options.html",
    "description": "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff",
    "icons": {
        "16": "static\/icon\/16x16.png",
        "32": "static\/icon\/32x32.png",
        "48": "static\/icon\/48x48.png",
        "128": "static\/icon\/128x128.png"
    },
    "manifest_version": 2,
    "name": "Lichess page",
    "offline_enabled": true,
    "version": "0.0.3",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/en.lichess.org\/*"
    ]
}