Chess game
Play Simple Chess Game FEN/PGN viewer with evaluation without leaving chrome
What is Chess game?
Chess game is a Chrome extension developed by https://downloadpcgames6.com, and its main feature is "Play Simple Chess Game FEN/PGN viewer with evaluation without leaving chrome".
Extension Screenshots
Download Chess game Extension CRX File
Download Chess game 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
Using This extension you can Play Chess game with your friend or alone. This is the most interest chess game for google chrome browser. You can also open it in a new tap or save your chess online game whenever you need to, save the game id and you can resume it from there anytime you want. All you need to do is just install the chess game extension, and click on the chess icon it will open.
Extension Basic Information
Name | Chess game |
ID | dbmihiknkegbclhljngmibcfmdfolifk |
Official URL | https://chromewebstore.google.com/detail/chess-game/dbmihiknkegbclhljngmibcfmdfolifk |
Description | Play Simple Chess Game FEN/PGN viewer with evaluation without leaving chrome |
File Size | 561 KB |
Installation Count | 3,201 |
Current Version | 3.5.1 |
Last Updated | 2021-11-02 |
Publish Date | 2021-11-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://downloadpcgames6.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.downloadpcgames6.com/ |
Help Page URL | https://www.downloadpcgames6.com/ |
Privacy Policy Page URL | https://maaloma.tech/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Play Simple Chess Game FEN\/PGN viewer with evaluation without leaving chrome", "manifest_version": 2, "name": "Chess game", "version": "3.5.1", "icons": { "16": "icon\/p16.png", "32": "icon\/p32.png", "48": "icon\/p48.png", "96": "icon\/p96.png" }, "browser_action": { "default_icon": { "48": "icon\/p48.png" }, "default_title": "Simple Chess game", "default_popup": "the_popup\/simplechessboard.html" } } |