TicTacToe by tinyjs.games
Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!
Cos'è TicTacToe by tinyjs.games?
TicTacToe by tinyjs.games è un'estensione di Chrome sviluppata da http://tinyjs.games, e la sua funzione principale è "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TicTacToe by tinyjs.games
Scarica i file di estensione TicTacToe by tinyjs.games in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | fljbphakbnkeclchfeknfideiohdgdio |
URL Ufficiale | https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio |
Descrizione | Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page! |
Dimensione del File | 662 KB |
Conteggio Installazioni | 970 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-05-11 |
Data di Pubblicazione | 2017-05-11 |
Valutazione | 1.19/5 Totale 215 Valutazioni |
Sviluppatore | http://tinyjs.games |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://tinyjs.games/tictactoe |
Lingue Supportate | 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" ] } |