Lichess page

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

Wat is Lichess page?

Lichess page is een Chrome-extensie ontwikkeld door dani4kor, en de belangrijkste functie is "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lichess page

Download Lichess page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Lichess page Lichess page
ID mckbhoccfkhafmkeiemcgoobfjplndin
Officiële URL https://chrome.google.com/webstore/detail/lichess-page/mckbhoccfkhafmkeiemcgoobfjplndin
Beschrijving Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff
Bestandsgrootte 335 KB
Aantal Installaties 49
Huidige Versie 0.0.3
Laatst Bijgewerkt 2016-12-16
Publicatiedatum 2016-12-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar dani4kor
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}