From ea0b0264cd352b332b6bf6a4972d09fd98ffc72a Mon Sep 17 00:00:00 2001 From: hensm Date: Fri, 25 Oct 2019 16:11:05 +0100 Subject: [PATCH] Fix confusing README info --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 74c0f4b..5a97725 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Communication with receiver devices is handled by a native application (bridge). * macOS * Windows -Install the Firefox extension and companion bridge application. Downloads can be found on the website or in the [GitHub releases](https://github.com/hensm/fx_cast/releases) section. +Install the Firefox extension and companion bridge application. These are separate downloads that can be found on the [website](https://hensm.github.io/fx_cast/) or in the [GitHub releases](https://github.com/hensm/fx_cast/releases) section. macOS/Windows version has an installer, Linux packages can be installed via the command line: @@ -160,8 +160,6 @@ SELENIUM_BROWSER=chrome npm test ## Usage -Extension can be loaded from `about:debugging` as a temporary extension. - Most sites won't load the cast API unless the browser presents itself as Chrome. The extension includes a method of spoofing the user agent string, sites can be whitelisted via the options page. Whitelist entries are specified as [match patterns](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Match_patterns). To whitelist all sites, add `` to the whitelist, though this could cause breakage on random sites. HTML5 media elements have a "Cast..." context menu item that triggers a sender application. Only works on remote (non-local) media that isn't DRM-encumbered.