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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Experience endless fun with the best IO games. All in one place!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IO Games @ Titotu.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}