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文件

下載Gamez.io擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}