Miniplay.com - Free Games

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

Miniplay.com - Free Games란 무엇입니까?

Miniplay.com - Free Games은(는) https://www.minijuegos.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy thousands of free games from Miniplay.com with this Edge extension!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Miniplay.com - Free Games 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Miniplay.com - Free Games Miniplay.com - Free Games
ID hnmdigodnlhofkojgehfeefbnmfnaodk
공식 URL https://chromewebstore.google.com/detail/miniplaycom-free-games/hnmdigodnlhofkojgehfeefbnmfnaodk
설명 Enjoy thousands of free games from Miniplay.com with this Edge extension!
파일 크기 283 KB
설치 횟수 411,088
현재 버전 1.0.15
최근 업데이트 2020-09-30
출시 날짜 2020-05-21
평점 4.14/5 총 211 개의 평점
개발자 https://www.minijuegos.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.minijuegos.com
도움말 페이지 URL https://ayuda.minijuegos.com/hc/es
개인정보 보호 정책 페이지 URL https://www.minijuegos.com/support/privacy
지원되는 언어 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\/*"
        ]
    }
}