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!”。
擴展截圖
下載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 |
ID | hddjofcjmbaeljifcdcmcieadnpblhim |
官方網址 | 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" ] } ] } |