Checkers

Classic checkers. The game has a simple and intuitive interface.

What is Checkers?

Checkers is a Chrome extension developed by bakhirev.alexey, and its main feature is "Classic checkers. The game has a simple and intuitive interface.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Checkers Extension CRX File

Download Checkers 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

                        We all know this game - classic checkers. The game has a simple and intuitive interface. Excellent graphics. This game is not for those who give up without a fight, but for the hard-nosed and persistent people.                    

Extension Basic Information

Name Checkers Checkers
ID fhgfkokmjjnahoomiaocooplcahgccna
Official URL https://chromewebstore.google.com/detail/checkers/fhgfkokmjjnahoomiaocooplcahgccna
Description Classic checkers. The game has a simple and intuitive interface.
File Size 139 KB
Installation Count 3,810
Current Version 1.0.0
Last Updated 2013-02-12
Publish Date 2013-02-12
Rating 2.76/5 Total 25 Ratings
Developer bakhirev.alexey
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "custom_icon_16.png",
        "default_popup": "popup.html",
        "default_title": "Checkers"
    },
    "description": "Classic checkers. The game has a simple and intuitive interface.",
    "icons": {
        "16": "custom_icon_16.png",
        "48": "custom_icon_48.jpg",
        "128": "custom_icon_128.png"
    },
    "sandbox": {
        "pages": [
            "game\/index.html"
        ],
        "scripts": [
            "game\/js\/durak.js"
        ]
    },
    "manifest_version": 2,
    "minimum_chrome_version": "1.0",
    "name": "Checkers",
    "version": "1.0.0"
}