I am encountering an issue with cross domain data calls in my chrome extension. To interact with an API, I have implemented a PHP function. When attempting to retrieve values using JSONP, I am encountering an error displayed in the console.
I am seeking assistance from someone who is experienced with chrome extensions. Can you help me identify the problem and provide guidance on resolving it?
My suspicion is that YouTube may be blocking the content due to its requirement for cross domain connections to be HTTPS. If this is indeed the case, could a background script help address this issue? Any advice on how to proceed would be greatly appreciated.