Análises para File System Access
File System Access por sycxyc
Resposta por sycxyc
Resposta do programador
publicado a há um anoYou could exclude specific sites by adding the following section through Options Page > Content Script > Match patterns:
```
"excludeMatches": [
"*://www.example.com/*",
"*://www.example.org/*"
],
```
```
"excludeMatches": [
"*://www.example.com/*",
"*://www.example.org/*"
],
```