Extereo Audio Player
An audio streaming extension that seeks for links to music and recordings on the sites you visit.
什么是Extereo Audio Player?
Extereo Audio Player是由argenkiwi开发的Chrome扩展程序,该扩展的主要功能是“An audio streaming extension that seeks for links to music and recordings on the sites you visit.”。
扩展截图
下载Extereo Audio Player扩展crx文件
下载Extereo Audio Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Extereo Audio Player |
ID | aokleaidncgnfejhkddhfobfffalfilm |
官方URL | https://chromewebstore.google.com/detail/extereo-audio-player/aokleaidncgnfejhkddhfobfffalfilm |
简介 | An audio streaming extension that seeks for links to music and recordings on the sites you visit. |
文件大小 | 409 KB |
安装次数 | 1,148 |
当前版本 | 4.1.2 |
更新时间 | 2022-03-17 |
上架时间 | 2020-04-08 |
评分 | 4.40/5 共20次评分 |
开发者 | argenkiwi |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [ " |