0

My website contains this live stream:

https://content.uplynk.com/channel/3324f2467c414329b3b0cc5cd987b6be.m3u8

If there is no any extension installed, when I click the link it downloads a .m3u8 file

How can I show an alert so that my visitors know they need that extension?

Thanks in advance

Pau Guerra
  • 29
  • 7

1 Answers1

0

you can check installed extensions by chrome API. check out this answer.

Check whether user has a Chrome extension installed

Manian Rezaee
  • 1,012
  • 12
  • 26
  • I can't find the solution. I'd like something like: if (extension.installed == 'true') {...} An example would be greatly appreciated. – Pau Guerra Nov 19 '20 at 18:36