Gnu
Gnu

Reputation: 11

Problem about Chrome Extension

I try to write an extension and i saw the very restricted policy security. I should create an extension that allows me to listen and download podcast from web. It is possible? I use Chrome OS with VMWare, this OS has additional Api than Google Chrome Browser? Thanks

Upvotes: 1

Views: 138

Answers (1)

Kinlan
Kinlan

Reputation: 16597

Yes it is possible to have a content scripts that executes on every page looking for specific media content. The content page could send a request back to the extension to indicate it has found a media file and using the URL you could play it in an tag inside the extension.

Upvotes: 1

Related Questions