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.minigiochi.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插件。
扩展使用说明
Minigiochi Chrome Extension - *Giochi nuovi ogni giorno*
Grazie a questa estensione puoi giocare nel tuo browser Chrome agli ultimi giochi aggiunti in Minigiochi.com.
Accedi rapidamente con un clic al tuo profilo, ai tuoi giochi preferiti e a nuove raccomandazioni di giochi. 扩展基本信息
| 名称 | |
| ID | hlpbijgcoogekkgnaplmgcgekbkehiij |
| 官方URL | https://chromewebstore.google.com/detail/miniplaycom-free-games/hlpbijgcoogekkgnaplmgcgekbkehiij |
| 简介 | Enjoy thousands of free games from Miniplay.com with this Chrome extension! |
| 文件大小 | 285 KB |
| 安装次数 | 622 |
| 当前版本 | 1.0.14 |
| 更新时间 | 2020-06-25 |
| 上架时间 | 2020-06-25 |
| 评分 | 3.50/5 共4次评分 |
| 开发者 | https://www.minigiochi.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.minigiochi.com |
| 帮助页面URL | https://ayuda.minijuegos.com/hc/es |
| 隐私政策页面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": "it",
"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"
} | |