Gamez.io

All the best .io games at your fingertips. Like .io games? Find all of your favorites here and more!

Gamez.io란 무엇입니까?

Gamez.io은(는) https://gamez-io.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All the best .io games at your fingertips. Like .io games? Find all of your favorites here and more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Gamez.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With the gamez.io  .io games hub extension you can:

Inject mini windows into your page then Play games on them!

Change the games opacity to whatever you wish for the situation!

Minimize these mini games and pull them back up later!

Browse all the best hand-picked .IO Games all from one page which is constantly getting updated

Browse three different top game chart sections
1. Battle Royale
2. PVE
3. PVP

Extend games out of the box into new windows that can be resized along with switched to and from even easier and cooler than before!

And all while being offline too? Wow.

New Color schemes to fit your visual style!

Just give it a shot. If you don't like it you can always Un-install.

Tags: Games, .io, gamez, free, inject...                    

확장 프로그램 기본 정보

이름 Gamez.io Gamez.io
ID akbgapllldcfccaaikjkmpkidfenfefh
공식 URL https://chromewebstore.google.com/detail/gamezio/akbgapllldcfccaaikjkmpkidfenfefh
설명 All the best .io games at your fingertips. Like .io games? Find all of your favorites here and more!
파일 크기 2.28 MB
설치 횟수 10,000
현재 버전 0.1.2
최근 업데이트 2018-11-06
출시 날짜 2018-11-05
평점 4.13/5 총 15 개의 평점
개발자 https://gamez-io.blogspot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gamez-io.blogspot.com
도움말 페이지 URL https://gamez-io.blogspot.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gamez.io",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "All the best .io games at your fingertips. Like .io games? Find all of your favorites here and more!",
    "homepage_url": "http:\/\/gamez-io.blogspot.com\/",
    "options_ui": {
        "page": "config.html#options",
        "open_in_tab": false
    },
    "icons": {
        "16": "img\/promo\/icon-16.png",
        "48": "img\/promo\/icon-48.png",
        "128": "img\/promo\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "img\/promo\/icon-128.png",
        "default_title": "Gamez.io",
        "default_popup": "index.html",
        "matches": [
            "*:\/\/*",
            "*:*"
        ]
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "*",
        "\/*",
        "img\/*.png",
        "js\/*.js",
        "css\/*.css"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+X",
                "mac": "Alt+X",
                "chromeos": "Alt+X",
                "linux": "Alt+X"
            },
            "description": "Open Gamez.io Games Hub"
        }
    }
}