本帖最后由 keii 于 2023-7-26 17:16 编辑
当扩展文件是V2版本时
Manifest_version: 2,
Permissions:[
https://*/*
]
popup页用fetch请求是没问题的。
当扩展文件是V3版本时
Manifest_version: 3,
Host_permissions:[
https://*/*
],
popup页用fetch请求就报错了。
CORS 缺失 ‘Access Control Allow Origin’
TypeError: NetworkError when attacking to fetch resource
chrome和edge是没问题的。
|
|