Miniplay.com - Free Games

Enjoy thousands of free games from Miniplay.com with this Edge extension!

What is Miniplay.com - Free Games?

Miniplay.com - Free Games is a Chrome extension developed by https://www.minijuegos.com, and its main feature is "Enjoy thousands of free games from Miniplay.com with this Edge extension!".

Extension Screenshots

screenshot
screenshot

Download Miniplay.com - Free Games Extension CRX File

Download Miniplay.com - Free Games extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        MINIJUEGOS Chrome Extension - *Actualización de juegos todos los días* 
Gracias a esta extensión podrás jugar en tu navegador Chrome a los últimos juegos añadidos en Minijuegos.com.
Ten acceso rápido en un solo click a tu perfil de usuario, a tus juegos favoritos y a nuevas recomendaciones.

Además hemos añadido el reproductor de Flash para que puedas seguir jugando en Chrome a nuestros juegos.

Prueba nuestra extensión y déjanos saber lo que piensas, ¡se agradece tu opinión!
Siéntete libre de enviarnos un correo electrónico @ [email protected]                    

Extension Basic Information

Name Miniplay.com - Free Games Miniplay.com - Free Games
ID hnmdigodnlhofkojgehfeefbnmfnaodk
Official URL https://chromewebstore.google.com/detail/miniplaycom-free-games/hnmdigodnlhofkojgehfeefbnmfnaodk
Description Enjoy thousands of free games from Miniplay.com with this Edge extension!
File Size 283 KB
Installation Count 411,088
Current Version 1.0.15
Last Updated 2020-09-30
Publish Date 2020-05-21
Rating 4.14/5 Total 211 Ratings
Developer https://www.minijuegos.com
Email [email protected]
Payment Type free
Extension Website https://www.minijuegos.com
Help Page URL https://ayuda.minijuegos.com/hc/es
Privacy Policy Page URL https://www.minijuegos.com/support/privacy
Supported Languages en,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "version": "1.0.15",
    "default_locale": "es",
    "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\/*"
        ]
    }
}