Extereo Audio Player
An audio streaming extension that seeks for links to music and recordings on the sites you visit.
¿Qué es Extereo Audio Player?
Extereo Audio Player es una extensión de Chrome desarrollada por argenkiwi, y su función principal es "An audio streaming extension that seeks for links to music and recordings on the sites you visit.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Extereo Audio Player
Descarga archivos de extensión Extereo Audio Player 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
Extereo is a Web Extension which scans for references to audio sources in the sites you visit and enables you to easily create playlists with them which you can listen to while you browse the web without having to keep multiple tabs open. UPDATE: after the Chrome Web Store forces extensions to use Manifest V3, this extension will no longer work as background audio playback will not be supported anymore.
Información Básica de la Extensión
Nombre | Extereo Audio Player |
ID | aokleaidncgnfejhkddhfobfffalfilm |
URL Oficial | https://chromewebstore.google.com/detail/extereo-audio-player/aokleaidncgnfejhkddhfobfffalfilm |
Descripción | An audio streaming extension that seeks for links to music and recordings on the sites you visit. |
Tamaño del Archivo | 409 KB |
Cantidad de Instalaciones | 1,148 |
Versión Actual | 4.1.2 |
Última Actualización | 2022-03-17 |
Fecha de Publicación | 2020-04-08 |
Calificación | 4.40/5 Total de 20 Calificaciones |
Desarrollador | argenkiwi |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extereo Audio Player", "version": "4.1.2", "short_name": "Extereo", "description": "An audio streaming extension that seeks for links to music and recordings on the sites you visit.", "author": "Leandro M. Peralta", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Open Extereo Audio Player", "default_popup": "popup.html" }, "commands": { "prev-track": { "suggested_key": { "default": "MediaPrevTrack" }, "description": "Play Previous", "global": true }, "play-pause": { "suggested_key": { "default": "MediaPlayPause" }, "description": "Toggle Play\/Pause", "global": true }, "next-track": { "suggested_key": { "default": "MediaNextTrack" }, "description": "Play Next", "global": true } }, "content_scripts": [ { "matches": [ " |