Piece Mover for Lichess

Move pieces while drawing arrows

What is Piece Mover for Lichess?

Piece Mover for Lichess is a Chrome extension developed by Fatih Mustafa Buçak, and its main feature is "Move pieces while drawing arrows".

Extension Screenshots

screenshot
screenshot

Download Piece Mover for Lichess Extension CRX File

Download Piece Mover for Lichess 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

                        Lichess doesn't move pieces while drawing arrows. It would be better to see pieces as the arrow shows. This extension moves pieces according to arrows. When you clean the arrows, the pieces will back to their original position.                    

Extension Basic Information

Name Piece Mover for Lichess Piece Mover for Lichess
ID hfmgojlegmbjoacgdocldnbgndbehejc
Official URL https://chromewebstore.google.com/detail/piece-mover-for-lichess/hfmgojlegmbjoacgdocldnbgndbehejc
Description Move pieces while drawing arrows
File Size 9.68 KB
Installation Count 34
Current Version 1.0.1
Last Updated 2023-09-22
Publish Date 2022-03-08
Rating 5.00/5 Total 1 Ratings
Developer Fatih Mustafa Buçak
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Piece Mover for Lichess",
    "version": "1.0.1",
    "author": "Fatih Mustafa Bucak",
    "description": "Move pieces while drawing arrows",
    "permissions": [],
    "options_page": "info.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icons16.png",
        "32": "images\/icons32.png",
        "48": "images\/icons48.png",
        "128": "images\/icons128.png"
    },
    "manifest_version": 3
}