Lichess page

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

What is Lichess page?

Lichess page is a Chrome extension developed by dani4kor, and its main feature is "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff".

Extension Screenshots

screenshot

Download Lichess page Extension CRX File

Download Lichess page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Lichess page Lichess page
ID mckbhoccfkhafmkeiemcgoobfjplndin
Official URL https://chrome.google.com/webstore/detail/lichess-page/mckbhoccfkhafmkeiemcgoobfjplndin
Description Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff
File Size 335 KB
Installation Count 49
Current Version 0.0.3
Last Updated 2016-12-16
Publish Date 2016-12-16
Rating 5.00/5 Total 1 Ratings
Developer dani4kor
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}