EMT MUSIC

Musica Acceso fácil a la web de elmovimiento.net donde puedes escuchar Musica Gratis

What is EMT MUSIC?

EMT MUSIC is a Chrome extension developed by EMT APP, and its main feature is "Musica Acceso fácil a la web de elmovimiento.net donde puedes escuchar Musica Gratis ".

Extension Screenshots

screenshot
screenshot
screenshot

Download EMT MUSIC Extension CRX File

Download EMT MUSIC 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

                        EMT MÚSIC  es una extensión de la web Elmovimiento.NeT Similar a Spotify pero gratis,  donde encontraras Música Latinoamericana y de todo el mundo, con una forma fácil de usar, podrás   escuchar y Compartir tus listas de reproducción personalizadas con todas las canciones de tus artistas favoritos.


GÉNEROS

Bachata

Baladas

Baladas Pop Rock

Cumbia

Dembow

Hip hop

Mambo

Merengue

Musica Cristiana

Reggaeton

Regional Mexicano

Salsa

Trap

Vallenato                    

Extension Basic Information

Name EMT MUSIC EMT MUSIC
ID fdkfhliohiipbpoikghnppnijfgcbgne
Official URL https://chrome.google.com/webstore/detail/emt-music/fdkfhliohiipbpoikghnppnijfgcbgne
Description Musica Acceso fácil a la web de elmovimiento.net donde puedes escuchar Musica Gratis
File Size 64.03 KB
Installation Count 164
Current Version 2.0
Last Updated 2020-02-04
Publish Date 2020-01-31
Rating 4.60/5 Total 5 Ratings
Developer EMT APP
Payment Type free
Extension Website https://elmovimiento.net
Help Page URL https://emtmusica.blogspot.com/2018/10/extension-para-navegador.html
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0",
    "name": "EMT MUSIC",
    "description": "Musica Acceso f\u00e1cil a la web de elmovimiento.net donde puedes escuchar Musica Gratis ",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "homepage_url": "https:\/\/emtmusica.blogspot.com\/",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/elmovimiento.net\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "webext\/utils\/EventEmitter.js",
            "webext\/core\/base.js",
            "webext\/core\/chrome.runtime.js",
            "webext\/core\/chrome.browserAction.js",
            "webext\/core\/chrome.storage.js",
            "webext\/core\/chrome.tabs.js",
            "webext\/core\/chrome.windows.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/elmovimiento.net\/*"
            ],
            "js": [
                "data\/inject.js"
            ]
        }
    ]
}