Permissions
Network Requests
{
//...
"plugin": {
"version": "1",
"permissions": {
"scopes": [],
"allow": {
"networkAccess": {
"allowedDomains": ["example.com", "*.example.com"],
"reasoning": "This is mandatory"
}
}
}
}
}Unsafe
DOM Script Manipulation
DOM Link Manipulation
Last updated