-
Notifications
You must be signed in to change notification settings - Fork 360
Description
Is this a feature request or a bug?
Bug.
What is the current behavior?
-
Description:
Encountering difficulties while attempting to test Spotify with Chromium using theweb-ext run serve -t chromium
via http://open.spotify.com/.
This issue stems from missing components, particularly the Widevine plugin, necessary for Spotify functionality. I inspected via
chrome://components
, no components are installed when using this command. -
Solutions Attempted:
Attempted to specify Chrome version using the--chrome-binary command
: Unfortunately, this didn't resolve the issue, as the version of Chrome launched under the-t
command remains the same.
Tried specifying Chrome profile using the--chromium-profile
command: Despite loading explicit profiles, it had no effect on the components Chrome loaded. The components list remains empty.
Seeking assistance in finding a solution to this issue. Any help would be greatly appreciated!
Web Extension: slyrics-1.5.33.zip
What is the expected or desired behavior?
Allow me to test web extensions on spotify.com without encountering previously displayed promotional text within the Chrome browser environment.
Version information (for bug reports)
- OS: Windows10 22H2
- Chrome version: 123.0.6312.86
- Your OS and version: Windows 10 22H2
- Paste the output of these commands:
node --version && npm --version && web-ext --version
- node version: v16.20.0
- npm version: 8.19.4
- web-ext version: 7.11.0