Awesome Chess Game New Tab
Play Chess online in browser new tab. The most interesting chess game for chrome.
What is Awesome Chess Game New Tab?
Awesome Chess Game New Tab is a Chrome extension developed by https://appstation.tech, and its main feature is "Play Chess online in browser new tab. The most interesting chess game for chrome.".
Extension Screenshots
Download Awesome Chess Game New Tab Extension CRX File
Download Awesome Chess Game New Tab 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
Play Chess online with your friend or alone. The most interest chess game for chrome. You can also 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 extension, now whenever you open a new tab the game will load. You can copy and paste the moves list from right hand side if you wish.
Extension Basic Information
Name | |
ID | gjpicfpaencbcfjmehglknifdjkdbiad |
Official URL | https://chrome.google.com/webstore/detail/awesome-chess-game-new-ta/gjpicfpaencbcfjmehglknifdjkdbiad |
Description | Play Chess online in browser new tab. The most interesting chess game for chrome. |
File Size | 12.27 KB |
Installation Count | 12,610 |
Current Version | 2.01 |
Last Updated | 2021-12-19 |
Publish Date | 2020-05-19 |
Rating | 2.81/5 Total 32 Ratings |
Developer | https://appstation.tech |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://appstation.tech/privacypolicy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Awesome Chess Game New Tab", "version": "2.01", "description": "Play Chess online in browser new tab. The most interesting chess game for chrome.", "icons": { "128": "images\/icon3.png" }, "background": { "scripts": [ "js\/background3.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_title": "Chess Game" } } |