Read and change all your data on the websites you visit
sarbbottam opened this issue · 1 comments
sarbbottam commented
sarbbottam commented
This might not be possible as content_scripts
with "matches": ["<all_urls>"]
is being used.
Read and modify all your data on all websites you visit
A "content_scripts" field with a "matches" entry that matches all hosts
Any of the following URLs match all hosts:
http://*/*
https://*/*
*://*/*
<all_urls>
Read more at Permission Warnings