Cast to Sonos

This extension allows you to cast your tab to a sonos device.

Cast to Sonos là gì?

Cast to Sonos là một tiện ích mở rộng Chrome được phát triển bởi https://casttosonos.com, và tính năng chính của nó là "This extension allows you to cast your tab to a sonos device.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cast to Sonos

Tải xuống các tệp mở rộng Cast to Sonos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Installation instructions: https://medium.com/@casttosonos/how-to-cast-to-sonos-from-chrome-805fbc36a60d

Until now, it has not been possible to stream audio directly from youtube or any other platform from the browser to a Sonos system. Cast to Sonos offers a similar experience as the Chromecast feature in chrome browsers. 

After installing you can easily cast any audio that you can play inside chrome, to your Sonos device by going to the top-right and clicking the puzzle icon. 

After opening the extension, you can make a choice to use the free version with limited quality or the premium version. After that, you can select the room and the group you want to cast to. The selection box will become selected and the play button will show up after the extension is connected to your device.

If you are not able to connect, make sure that no other app is using your Sonos device, Spotify or Youtube for example. Try pausing or disconnecting from the app that is currently using your Sonos device.

If you are experiencing technical issues, you can go to the Chrome Web Store "Support page" and leave your questions there and we will get back to you as soon as possible.

Technical note about the delay:
This extension streams your audio from your tab to your Sonos device. Naturally, there is a delay because you're not playing an audio clip, you are streaming, just like how Chromecast does it. The advantage is that it works for every website and with any kind of audio source that Google Chrome supports. 

With this extension, you are not able to turn your Sonos device into PC speakers. You are better off buying a good pair of normal PC speakers.

Changelog:

v1.1:
* Added free mode
* Added more languages
* Improved error handling and error explanations
* Changed font

v1.2:
* Improved messages and handling of rate limit errors
* Fixed a bug that caused users to have to re-authenticate with Sonos
* Changed icons

v1.3:
* Fixed an issue with translations that made it impossible for non-English users to install the extension

v1.4:
* Changed Dutch translations
* Add dynamic background based on website contents
* Removed debug information that was cluttering the debug logs
* Better error handling for users that attempt to stream pages starting with chrome://
* Close the previous stream when the user starts a new stream on a new tab
* Changed the icon displayed inside the Sonos app
* Added an error screen when the user can not connect to the server
* Added a loading screen when the app is connecting to the server
* Add a dynamic icon inside the Sonos app

v1.5:
* Corrected incorrect title

v1.6:
* Remember living room and device after popup is closed
* Improved speed at which the background color and thumbnail image is retrieved from the foreground webpage to +-100ms

v1.7:
* Improved logging for better debugging

v1.8:
* Added extension version number for better debugging
* Retry mechanism for when fetching the user fails
* Better error display, no more alert windows
* Fixed an issue where the tab media stream would not stop after disabling the connection before pressing play
* Prevent unnecessary network requests from the background script
* Do not display the ERROR_RESOURCE_GONE error, re-fetch the households instead
* Introduce a timeout for network requests of 5 seconds
* Rename the native 'TypeError: Failed to fetch' error message to 'Network error', because it's confusing
* Rename the native 'AbortError, DOMException, user cancelled the request' to 'Network error', because it's confusing (and not correct)
* Better error handling when there are connectivity issues
* Translated a few error messages which were still English-only
* Handle all kind of connectivity issues and recover from network failures

v1.9:
* Added the ability to disable front-end scripts 
* Removed permissions for access to all urls, instead use the "activeTab" permission 
* Added a link to manage premium subscriptions to the options page 
* Fixed an issue with refreshing expired auth tokens and handling of invalid auth tokens

v1.10
* Added rewardful for affiliate marketing
* Fixed an issue with language translations which caused app installations to fail

v1.11
* Changed Chrome web store category to "Entertainment"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cast to Sonos Cast to Sonos
ID defbpbmenfaikcnhmamnghdlcmahjaib
URL Chính Thức https://chromewebstore.google.com/detail/cast-to-sonos/defbpbmenfaikcnhmamnghdlcmahjaib
Mô tả This extension allows you to cast your tab to a sonos device.
Kích Thước Tệp 387 KB
Số Lần Cài Đặt 6,412
Phiên Bản Hiện Tại 1.10
Cập Nhật Lần Cuối 2024-01-21
Ngày Phát Hành 2022-09-29
Đánh Giá 2.76/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://casttosonos.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://casttosonos.com
URL Trang Trợ Giúp https://casttosonos.com#contact
URL Trang Chính Sách Bảo Mật https://echosierrastudio.github.io/EchoSierraStudio/chrome-web-extensions-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cast to Sonos",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.10",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabCapture",
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "mp3-processor.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/streaming.casttosonos.com\/*"
        ]
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "128": "images\/icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "Open Chrome Audio Capture interface"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "extpay-content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "foreground-watcher.js"
            ],
            "run_at": "document_idle"
        }
    ]
}