IO Games @ Titotu.io
Experience endless fun with the best IO games. All in one place!
IO Games @ Titotu.io là gì?
IO Games @ Titotu.io là một tiện ích mở rộng Chrome được phát triển bởi https://titotu.io, và tính năng chính của nó là "Experience endless fun with the best IO games. All in one place!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IO Games @ Titotu.io
Tải xuống các tệp mở rộng IO Games @ Titotu.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IO Games @ Titotu.io |
ID | hddjofcjmbaeljifcdcmcieadnpblhim |
URL Chính Thức | https://chromewebstore.google.com/detail/io-games-titotuio/hddjofcjmbaeljifcdcmcieadnpblhim |
Mô tả | Experience endless fun with the best IO games. All in one place! |
Kích Thước Tệp | 45.61 KB |
Số Lần Cài Đặt | 3,742 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2023-04-24 |
Ngày Phát Hành | 2017-11-27 |
Đánh Giá | 3.77/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://titotu.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://titotu.io |
URL Trang Chính Sách Bảo Mật | http://titotu.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |