Awesome Chess Game New Tab

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

Co to jest Awesome Chess Game New Tab?

Awesome Chess Game New Tab to rozszerzenie Chrome opracowane przez https://appstation.tech, a jego główną funkcją jest „Play Chess online in browser new tab. The most interesting chess game for chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Awesome Chess Game New Tab

Pobierz pliki rozszerzeń Awesome Chess Game New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Awesome Chess Game New Tab Awesome Chess Game New Tab
ID gjpicfpaencbcfjmehglknifdjkdbiad
Oficjalny URL https://chrome.google.com/webstore/detail/awesome-chess-game-new-ta/gjpicfpaencbcfjmehglknifdjkdbiad
Opis Play Chess online in browser new tab. The most interesting chess game for chrome.
Rozmiar pliku 12.27 KB
Liczba instalacji 12,610
Aktualna Wersja 2.01
Ostatnia Aktualizacja 2021-12-19
Data Publikacji 2020-05-19
Ocena 2.81/5 Łącznie 32 Oceny
Deweloper https://appstation.tech
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://appstation.tech/privacypolicy.html
Obsługiwane Języki 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"
    }
}