SubFire Mini Player for Subsonic
Chrome extension launcher for the SubFire Mini/Mobile players, a client for the Subsonic Media Streamer server.
What is SubFire Mini Player for Subsonic?
SubFire Mini Player for Subsonic is a Chrome extension developed by https://subfire.app, and its main feature is "Chrome extension launcher for the SubFire Mini/Mobile players, a client for the Subsonic Media Streamer server.".
Extension Screenshots
Download SubFire Mini Player for Subsonic Extension CRX File
Download SubFire Mini Player for Subsonic 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
Chrome extension launcher for SubFire's Mobile/Mini player, version 2. Now supports https protocol (right-click the icon to set the options). Now supports your choice of which SubFire player to use, including the early preview of the new TV version. SubFire is an html5 music player for the Subsonic media player, which can be downloaded at http://subsonic.org/
Extension Basic Information
Name | |
ID | lgmcdgockngoegbneiojikkkekoknabm |
Official URL | https://chromewebstore.google.com/detail/subfire-mini-player-for-s/lgmcdgockngoegbneiojikkkekoknabm |
Description | Chrome extension launcher for the SubFire Mini/Mobile players, a client for the Subsonic Media Streamer server. |
File Size | 83.29 KB |
Installation Count | 228 |
Current Version | 2.4.0.0 |
Last Updated | 2021-06-01 |
Publish Date | 2019-03-09 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://subfire.app |
[email protected] | |
Payment Type | free |
Extension Website | http://subfireplayer.net/ |
Help Page URL | http://jwsdev.net/support |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SubFire Mini Player for Subsonic", "short_name": "SubFire Mini", "description": "Chrome extension launcher for the SubFire Mini\/Mobile players, a client for the Subsonic Media Streamer server.", "version": "2.4.0.0", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "SubFire-016t.png", "48": "SubFire-048t.png", "128": "SubFire-128t.png" }, "options_page": "options.html", "browser_action": { "default_icon": "SubFire-019t.png" } } |