Awesome Chess Game New Tab

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

Was ist Awesome Chess Game New Tab?

Awesome Chess Game New Tab ist eine Chrome-Erweiterung, die von https://appstation.tech entwickelt wurde, und ihr Hauptmerkmal ist "Play Chess online in browser new tab. The most interesting chess game for chrome.".

Erweiterungsscreenshots

screenshot

Awesome Chess Game New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Awesome Chess Game New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Awesome Chess Game New Tab Awesome Chess Game New Tab
ID gjpicfpaencbcfjmehglknifdjkdbiad
Offizielle URL https://chrome.google.com/webstore/detail/awesome-chess-game-new-ta/gjpicfpaencbcfjmehglknifdjkdbiad
Beschreibung Play Chess online in browser new tab. The most interesting chess game for chrome.
Dateigröße 12.27 KB
Installationsanzahl 12,610
Aktuelle Version 2.01
Letztes Update 2021-12-19
Veröffentlichungsdatum 2020-05-19
Bewertung 2.81/5 Insgesamt 32 Bewertungen
Entwickler https://appstation.tech
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://appstation.tech/privacypolicy.html
Unterstützte Sprachen 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"
    }
}