Awesome Chess Game New Tab

Play Chess online in browser new tab. The most interesting chess game for chrome.

¿Qué es Awesome Chess Game New Tab?

Awesome Chess Game New Tab es una extensión de Chrome desarrollada por https://appstation.tech, y su función principal es "Play Chess online in browser new tab. The most interesting chess game for chrome.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Awesome Chess Game New Tab

Descarga archivos de extensión Awesome Chess Game New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Awesome Chess Game New Tab Awesome Chess Game New Tab
ID gjpicfpaencbcfjmehglknifdjkdbiad
URL Oficial https://chrome.google.com/webstore/detail/awesome-chess-game-new-ta/gjpicfpaencbcfjmehglknifdjkdbiad
Descripción Play Chess online in browser new tab. The most interesting chess game for chrome.
Tamaño del Archivo 12.27 KB
Cantidad de Instalaciones 12,610
Versión Actual 2.01
Última Actualización 2021-12-19
Fecha de Publicación 2020-05-19
Calificación 2.81/5 Total de 32 Calificaciones
Desarrollador https://appstation.tech
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://appstation.tech/privacypolicy.html
Idiomas Soportados 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"
    }
}