TicTacToe by tinyjs.games

Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!

Apa itu TicTacToe by tinyjs.games?

TicTacToe by tinyjs.games adalah ekstensi Chrome yang dikembangkan oleh http://tinyjs.games, dan fitur utamanya adalah "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TicTacToe by tinyjs.games

Unduh file ekstensi TicTacToe by tinyjs.games dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Play TicTacToe in your Browser while you wait for your pages to load or for an email to come! 
TicTacToe by tinyjs.games remembers your game so that you can continue from a different tab or window hours later!                    

Informasi Dasar Ekstensi

Nama TicTacToe by tinyjs.games TicTacToe by tinyjs.games
ID fljbphakbnkeclchfeknfideiohdgdio
URL Resmi https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio
Deskripsi Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!
Ukuran File 662 KB
Jumlah Instalasi 970
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-05-11
Tanggal Publikasi 2017-05-11
Penilaian 1.19/5 Total 215 Penilaian
Pengembang http://tinyjs.games
Tipe Pembayaran free
Situs Ekstensi https://tinyjs.games/tictactoe
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TicTacToe by tinyjs.games",
    "description": "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!",
    "version": "1.0.1",
    "short_name": "TicTacToe",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "plugin.html",
        "default_title": "Play TicTacToe"
    },
    "minimum_chrome_version": "10",
    "offline_enabled": true,
    "permissions": [
        "activeTab"
    ]
}