Chrome Music Player Ext
Control your music player from any tab. You can switch songs, play or pause and auto-opening tab with music to choose other…
¿Qué es Chrome Music Player Ext?
Chrome Music Player Ext es una extensión de Chrome desarrollada por chubakur, y su función principal es "Control your music player from any tab. You can switch songs, play or pause and auto-opening tab with music to choose other…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chrome Music Player Ext
Descarga archivos de extensión Chrome Music Player Ext en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Control your music player from any tab. You can switch songs, play or pause and auto-opening tab with music to choose other playlist and fast return to previous tab. Now is available for Google Play Music service. Music Yandex service is coming soon.
Información Básica de la Extensión
Nombre | Chrome Music Player Ext |
ID | kgjndbjllboloebaeglimdfjgmdlgika |
URL Oficial | https://chromewebstore.google.com/detail/chrome-music-player-ext/kgjndbjllboloebaeglimdfjgmdlgika |
Descripción | Control your music player from any tab. You can switch songs, play or pause and auto-opening tab with music to choose other… |
Tamaño del Archivo | 51.62 KB |
Cantidad de Instalaciones | 832 |
Versión Actual | 0.3 |
Última Actualización | 2016-05-04 |
Fecha de Publicación | 2016-05-04 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | chubakur |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Music Player Ext", "version": "0.3", "browser_action": { "default_icon": "icon2.png", "default_popup": "player_layer.html", "default_title": "Music Player" }, "permissions": [ "tabs", "*:\/\/*.google.com\/" ] } |