Lichess page

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

¿Qué es Lichess page?

Lichess page es una extensión de Chrome desarrollada por dani4kor, y su función principal es "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Lichess page

Descarga archivos de extensión Lichess page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Lichess page Lichess page
ID mckbhoccfkhafmkeiemcgoobfjplndin
URL Oficial https://chrome.google.com/webstore/detail/lichess-page/mckbhoccfkhafmkeiemcgoobfjplndin
Descripción Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff
Tamaño del Archivo 335 KB
Cantidad de Instalaciones 49
Versión Actual 0.0.3
Última Actualización 2016-12-16
Fecha de Publicación 2016-12-16
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador dani4kor
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}