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 - это расширение Chrome, разработанное argenkiwi, и его основная функция - "An audio streaming extension that seeks for links to music and recordings on the sites you visit.".
Снимки экрана расширения
Скачать файл CRX расширения Extereo Audio Player
Скачайте файлы расширений 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": [ " |