I am building an chrome extension, what i wanted to do is create and extension that runs youtube iframe api in background so that i can extract data from the youtube video about and display on my extension. But on running the YT iframe script i am reciving error
Refused to load the script '
https://m.youtube.com/youtube_iframe_api.js' because it violates the following Content Security Policy directive: "script-src 'self' 'wasm-unsafe-eval' 'inline-speculation-rules' http://localhost:* http://127.0.0.1:*". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.
How should I get rid of this error problem, can i get some suggestions?