Bunları hep denedim content_security_policy MV3 te yok ondan dolayı asıl sorun.
'content_security_policy' özelliği yerine 'content_security_policy_override'deneyin hocam
{
"manifest_version": 3,
"name": "My Extension",
"version": "1.0.0",
"content_security_policy_override": {
"pages": {
"*": {
"content_security_policy": "script-src 'self' 'unsafe-inline'; object-src 'self'"
}
}
},
"background": {
"service_worker": "background.js"
}
}