muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.45k stars 1.75k forks source link

Not Ideal for Chrome Extension v3 - Causing issues in Chrome Extension Manifest v3 #862

Closed Adnan-Saleem-93 closed 6 months ago

Adnan-Saleem-93 commented 7 months ago

I'm building a chrome extension in Manifest v3. I submitted my extension on the Chrome Web Store for publishing and it got rejected because it states that my extension is using remotely-hosted code (scripts, CDNs and anything that is not present in the extension build). Google updated their privacy policy that doesn't allow remotely-hosted code to be published on the Chrome Web Store.

I checked and found out that RecordRTC is using a Githubissues.

  • Githubissues is a development platform for aggregating issues.