I noticed that developed extension has a "Read and change all your data on all websites" permission.
But I don't understand why so. I don't use "<all_urls>" on host_permissions or something like that.
I would like to leave only "Read" permission. Is there any ideas how could I achieve this?
here is my permissions
host_permissions: [
'https://*.gg.skin/*',
],
permissions: [
'storage',
'cookies',
'tabs',
'notifications',
'declarativeNetRequest',
'declarativeNetRequestFeedback'
]
Would be grateful for any help, thanks!