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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All the best .io games at your fingertips. Like .io games? Find all of your favorites here and more!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gamez.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } } |