IO Games @ Titotu.io
Experience endless fun with the best IO games. All in one place!
IO Games @ Titotu.ioคืออะไร?
IO Games @ Titotu.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://titotu.io และคุณลักษณะหลักของมันคือ "Experience endless fun with the best IO games. All in one place!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IO Games @ Titotu.io
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |