TicTacToe by tinyjs.games
Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!
What is TicTacToe by tinyjs.games?
TicTacToe by tinyjs.games is a Chrome extension developed by http://tinyjs.games, and its main feature is "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!".
Extension Screenshots
Download TicTacToe by tinyjs.games Extension CRX File
Download TicTacToe by tinyjs.games extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | fljbphakbnkeclchfeknfideiohdgdio |
Official URL | https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio |
Description | Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page! |
File Size | 662 KB |
Installation Count | 970 |
Current Version | 1.0.1 |
Last Updated | 2017-05-11 |
Publish Date | 2017-05-11 |
Rating | 1.19/5 Total 215 Ratings |
Developer | http://tinyjs.games |
Payment Type | free |
Extension Website | https://tinyjs.games/tictactoe |
Supported Languages | 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" ] } |