IO Games @ Titotu.io

Experience endless fun with the best IO games. All in one place!

What is IO Games @ Titotu.io?

IO Games @ Titotu.io is a Chrome extension developed by https://titotu.io, and its main feature is "Experience endless fun with the best IO games. All in one place!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download IO Games @ Titotu.io Extension CRX File

Download IO Games @ Titotu.io 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

                        This extension is the ultimate solution for gamers who want quick and easy access to all the existing and exciting IO games. With daily updates and new games added regularly, you'll never run out of options. 

The extension provides a convenient list of games that is brought to you and maintained by the Titotu.io team. You can sort games by newest, most popular, or top-rated. The search function makes it easy to find your favorite games without having to scroll through a long list.

We welcome feedback and ideas to improve the extension. Download IO Games @ Titotu.io Extension today and enjoy endless fun!                    

Extension Basic Information

Name IO Games @ Titotu.io IO Games @ Titotu.io
ID hddjofcjmbaeljifcdcmcieadnpblhim
Official URL https://chromewebstore.google.com/detail/io-games-titotuio/hddjofcjmbaeljifcdcmcieadnpblhim
Description Experience endless fun with the best IO games. All in one place!
File Size 45.61 KB
Installation Count 3,742
Current Version 0.0.3
Last Updated 2023-04-24
Publish Date 2017-11-27
Rating 3.77/5 Total 13 Ratings
Developer https://titotu.io
Email [email protected]
Payment Type free
Extension Website http://titotu.io
Privacy Policy Page URL http://titotu.io/privacy
Supported Languages en,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.3",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/titotu.io",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_appShortName__",
        "default_popup": "html\/popup.html"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/fonts.googleapis.com\/*",
        "https:\/\/fonts.gstatic.com\/*",
        "https:\/\/cdnjs.cloudflare.com\/*",
        "https:\/\/*.titotu.io\/*",
        "http:\/\/*.titotu.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/titotu.io\/*",
                "*:\/\/titotu.ru\/*"
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ]
}