Since v38, Chrome extension cannot load from HTTP URLs anymore, workaround? Since v38, Chrome extension cannot load from HTTP URLs anymore, workaround? google-chrome google-chrome

Since v38, Chrome extension cannot load from HTTP URLs anymore, workaround?


If possible, use the https version of that external page.

If that is not possible, use the background page to handle the AJAX request (example).