You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to make it work in local on Chrome and here is the error I get:
Error: Cannot access contents of the page. Extension manifest must request permission to access the respective host.
The strange thing is that it seems that the value "*://*/*" of the key host_permissions inside the manifest.json file should prevent this kind of issues.
Do you have any idea how to fix this bug? Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi! Good job with this extensions it looks good!
I was trying to make it work in local on Chrome and here is the error I get:
The strange thing is that it seems that the value
"*://*/*"
of the keyhost_permissions
inside themanifest.json
file should prevent this kind of issues.Do you have any idea how to fix this bug? Thanks a lot!
The text was updated successfully, but these errors were encountered: