火狐浏览器插件/扩展的麦克风许可

时间:2019-01-27 13:35:14

标签: google-chrome-extension firefox-addon browser-extension

最近正在处理需要麦克风访问的浏览器扩展。能够使它在chrome上工作没问题。但是,Firefox似乎无法正常工作。

在安装时,我们会提示麦克风访问firefox暂时允许它。试图让它手动没有运气。 media.navigator.permission.disabled为true可以正常工作,但这不是一个选择,因为将来不会出现提示来允许或阻止访问。

Extension structure...
content.js
background.js (Which requires the access)
popup.js (from where looking for the access)

有什么方法可以访问FireFox附加组件/扩展名的麦克风吗?

感谢您的帮助。

注意:https://medium.freecodecamp.org/handling-mic-input-permissions-and-speech-recognition-in-chrome-extensions-ff7e3ca84cb0本教程适用于Chrome。 Firefox也有类似的东西吗?

0 个答案:

没有答案