Youtube iframe in web extension

Do it is possible to embedde a Youtube iframe api in a web extension page bypassing cors origin limit?
How to do?
Do it have a similar addon to analyze?

You can embed youtube iframes in your extension, yes. You will have to allow it in the frame-src of your content_security_policy in the manifest.json. I also recommend using youtube-nocookie.com for embeds.