When my manifest.json file is V2
Manifest_version: 2,
...
...
Permissions:[
https://*/*
],
The popup page fetch request is well.
When changing to V3
Manifest_version: 3,
...
...
Host_permissions:[
https://*/*
],
The popup page fetch request is reporting an error.
CORS Mission ‘Access Control Allow Origin’
TypeError: NetworkError when attacking to fetch resource
however, chrome ver115 or edge ver115 is well.