IO Games @ Titotu.io

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

IO Games @ Titotu.ioとは何ですか?

IO Games @ Titotu.ioはhttps://titotu.ioによって開発されたChromeの拡張機能で、その主な機能は「Experience endless fun with the best IO games. All in one place!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

IO Games @ Titotu.io拡張機能のCRXファイルをダウンロード

IO Games @ Titotu.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 IO Games @ Titotu.io IO Games @ Titotu.io
ID hddjofcjmbaeljifcdcmcieadnpblhim
公式URL https://chromewebstore.google.com/detail/io-games-titotuio/hddjofcjmbaeljifcdcmcieadnpblhim
説明 Experience endless fun with the best IO games. All in one place!
ファイルサイズ 45.61 KB
インストール数 3,742
現在のバージョン 0.0.3
最終更新日 2023-04-24
公開日 2017-11-27
評価 3.77/5 合計 13 レビュー
開発者 https://titotu.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://titotu.io
プライバシーポリシーページのURL http://titotu.io/privacy
対応言語 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"
            ]
        }
    ]
}