【发布时间】:2020-11-29 07:26:36
【问题描述】:
**构建一个 chrome 扩展,我在 manifest.json 中使用了权限音频。 **
audio is not allowed for specified platform. 显示的 about 错误有什么解决方案吗?
"permissions": [
"input",
"audio","activeTab",
"proxy", "storage",
"declarativeContent"]
【问题讨论】:
标签: javascript google-chrome google-chrome-devtools