Chess Compass - Free Online Chess Analysis

Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.

What is Chess Compass - Free Online Chess Analysis?

Chess Compass - Free Online Chess Analysis is a Chrome extension developed by https://chesscompass.com, and its main feature is "Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Chess Compass - Free Online Chess Analysis Extension CRX File

Download Chess Compass - Free Online Chess Analysis 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

                        Allows for easy importing of games on Lichess and Chess.com into Chess Compass.                    

Extension Basic Information

Name Chess Compass - Free Online Chess Analysis Chess Compass - Free Online Chess Analysis
ID djkdhnacahocjglfmgdkcogbmnhholch
Official URL https://chromewebstore.google.com/detail/chess-compass-free-online/djkdhnacahocjglfmgdkcogbmnhholch
Description Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.
File Size 12.82 KB
Installation Count 4,150
Current Version 1.2.0
Last Updated 2023-05-03
Publish Date 2019-12-28
Rating 4.50/5 Total 12 Ratings
Developer https://chesscompass.com
Email [email protected]
Payment Type free
Extension Website https://www.chesscompass.com/
Privacy Policy Page URL https://www.chesscompass.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess Compass - Free Online Chess Analysis",
    "version": "1.2.0",
    "manifest_version": 3,
    "description": "Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.",
    "homepage_url": "https:\/\/www.chesscompass.com\/",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/www.chess.com\/*",
        "https:\/\/lichess.org\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/inject\/chess_com_script.js"
            ],
            "matches": [
                "https:\/\/www.chess.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "css": [
                "src\/inject\/lichess.css"
            ]
        },
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "src\/inject\/lichess.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.chess.com\/*"
            ],
            "css": [
                "src\/inject\/chess_com.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.chess.com\/*"
            ],
            "js": [
                "src\/inject\/chess_com.js"
            ]
        }
    ]
}