Game Player
Game Player offers more than 10 000 free online games for you!
什么是Game Player?
Game Player是由https://www.x-games.net开发的Chrome扩展程序,该扩展的主要功能是“Game Player offers more than 10 000 free online games for you!”。
扩展截图
下载Game Player扩展crx文件
下载Game Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Game Player is online tool for play HTML5 and flash games without download. It offers more than 10 000 online games on one place. All games are absolutely free! Control of player is completely intuitive. You can browse best games in first section of top menu. Next you can search any games or add selected games to favorites and play them later. Player offers option Fullscreen Mode, where you can play any game in new tab in full size. Enjoy your favorite game like minecraft, candy crush, flappy, 2048, solitaire and many more.. If you like it, please share and rate it. Thanks for using!
扩展基本信息
名称 | |
ID | iliingapkkcomeekikhdhpicdkjpaejj |
官方URL | https://chrome.google.com/webstore/detail/game-player/iliingapkkcomeekikhdhpicdkjpaejj |
简介 | Game Player offers more than 10 000 free online games for you! |
文件大小 | 97.81 KB |
安装次数 | 3,000 |
当前版本 | 1.1 |
更新时间 | 2020-07-20 |
上架时间 | 2020-07-11 |
评分 | 4.33/5 共6次评分 |
开发者 | https://www.x-games.net |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "Game Player", "description": "Game Player offers more than 10 000 free online games for you!", "browser_action": { "default_icon": "img\/ico19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "https:\/\/www.x-games.net\/*" ], "icons": { "16": "img\/ico16.png", "19": "img\/ico19.png", "32": "img\/ico32.png", "48": "img\/ico48.png", "128": "img\/ico128.png" } } |