Miniplay.com - Free Games
Enjoy thousands of free games from Miniplay.com with this Chrome extension!
什么是Miniplay.com - Free Games?
Miniplay.com - Free Games是由https://www.miniplay.com开发的Chrome扩展程序,该扩展的主要功能是“Enjoy thousands of free games from Miniplay.com with this Chrome extension!”。
扩展截图
下载Miniplay.com - Free Games扩展crx文件
下载Miniplay.com - Free Games扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
MINIPLAY Chrome Extension
Thanks to this extension you can play in your Chrome browser to the latest games added at Miniplay.com
Have quick access with a single click to your user profile, your favorite games or new and awesome game recommendations.
Give our extension a try and let me know what you think, feedback is appreciated!
Feel free to send us an email @ [email protected] 扩展基本信息
| 名称 | |
| ID | ipiejeandmfgndimddbdoalejbbebenn |
| 官方URL | https://chromewebstore.google.com/detail/miniplaycom-free-games/ipiejeandmfgndimddbdoalejbbebenn |
| 简介 | Enjoy thousands of free games from Miniplay.com with this Chrome extension! |
| 文件大小 | 285 KB |
| 安装次数 | 10,620 |
| 当前版本 | 1.0.14 |
| 更新时间 | 2020-06-02 |
| 上架时间 | 2020-06-01 |
| 评分 | 4.43/5 共21次评分 |
| 开发者 | https://www.miniplay.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.miniplay.com |
| 帮助页面URL | https://ayuda.minijuegos.com/hc/ |
| 隐私政策页面URL | https://www.minijuegos.com/support/privacy |
| 支持的语言 | en,es,it |
| manifest.json | |
{
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"manifest_version": 2,
"version": "1.0.14",
"default_locale": "en",
"icons": {
"128": ".\/img\/icon_128.png",
"16": ".\/img\/icon_16.png",
"48": ".\/img\/icon_48.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"background": {
"scripts": [
".\/js\/background.js"
]
},
"browser_action": {
"default_icon": ".\/img\/icon_48.png",
"default_popup": "popup.html"
},
"permissions": [
"contentSettings",
"*:\/\/*.minijuegos.com\/",
"*:\/\/*.miniplay.com\/",
"*:\/\/*.minigiochi.com\/",
"*:\/\/*.minijogos.com.br\/"
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.minijuegos.com\/*",
"*:\/\/*.miniplay.com\/*",
"*:\/\/*.minigiochi.com\/*",
"*:\/\/*.minijogos.com.br\/*"
]
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |