Desktop capture chrome plugin

后端 未结 1 1144
旧时难觅i
旧时难觅i 2020-12-16 05:51

I was developing a chrome plugin in which captures desktop screen. I am using the sample plugin example given here... https://developer.chrome.com/extensions/samples#desktop

相关标签:
1条回答
  • 2020-12-16 06:31

    You can't do this. The manifest permission allows you to provide this feature but the user still has to select the screen and hit share.

    Like others said, this is a security feature to prevent your extension from triggering this without informing the user.

    0 讨论(0)
提交回复
热议问题