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 |
| Eメール | [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"
} | |