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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |