Chess.com to Lichess Import

Allows users to import Chess.com games into Lichess with one click

What is Chess.com to Lichess Import?

Chess.com to Lichess Import is a Chrome extension developed by 17victork, and its main feature is "Allows users to import Chess.com games into Lichess with one click".

Extension Screenshots

screenshot
screenshot

Download Chess.com to Lichess Import Extension CRX File

Download Chess.com to Lichess Import 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

                        🚀 One-click import your chess.com games to lichess.org! 🎮                    

Extension Basic Information

Name Chess.com to Lichess Import Chess.com to Lichess Import
ID jblnpdempinkonbjejolagghdofaipjf
Official URL https://chromewebstore.google.com/detail/chesscom-to-lichess-impor/jblnpdempinkonbjejolagghdofaipjf
Description Allows users to import Chess.com games into Lichess with one click
File Size 3.34 MB
Installation Count 447
Current Version 0.80
Last Updated 2024-02-24
Publish Date 2021-06-02
Rating 3.00/5 Total 6 Ratings
Developer 17victork
Email [email protected]
Payment Type free
Extension Website https://github.com/WojtekTB/Chesscom-to-lichess-games
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess.com to Lichess Import",
    "description": "Allows users to import Chess.com games into Lichess with one click",
    "version": "0.80",
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "action": {
        "default_popup": ".\/donation.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/lichess.org\/*"
    ],
    "background": {
        "service_worker": ".\/scripts\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "table.html",
                "scripts\/*",
                "styles\/*"
            ],
            "matches": [
                "https:\/\/www.chess.com\/*",
                "https:\/\/lichess.org\/*"
            ],
            "use_dyanmics_url": true
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chess.com\/*",
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                ".\/scripts\/ratingWindow.js",
                ".\/scripts\/injectHtmlButtonToPage.js",
                ".\/scripts\/lichessPressAnalysis.js"
            ]
        }
    ],
    "manifest_version": 3
}