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